﻿@charset "UTF-8";
@font-face {
    font-family: Philosopher;
    src: url(../fonts/Philosopher-Bold.bin) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: Philosopher;
    src: url(../fonts/Philosopher-Italic.bin) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Philosopher;
    src: url(../fonts/Philosopher-Regular.bin) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Bold.bin) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Light.bin) format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Medium.bin) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: TTNorms;
    src: url(../fonts/TTNorms-Regular.bin) format("truetype");
    font-weight: 400;
}
@-webkit-keyframes opas {
    0% {
        opacity: 0.4;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes opas {
    0% {
        opacity: 0.4;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes fadeOpas {
    0% {
        transform: translateY(110%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeOpas {
    0% {
        transform: translateY(110%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes tooltipShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tooltipShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-webkit-keyframes rotate22 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(-3vw, 0) rotate(-30deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes rotate22 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(-3vw, 0) rotate(-30deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes rotate23 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(4.5vw, 0) rotate(40deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes rotate23 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(4.5vw, 0) rotate(40deg);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes rotate2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes deg {
    0% {
        transform: rotate(0);
    }
    60% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes deg {
    0% {
        transform: rotate(0);
    }
    60% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0);
    }
}
@-webkit-keyframes jamp {
    0% {
        margin-top: 0;
    }
    15% {
        margin-top: -1rem;
    }
    25% {
        margin-top: 0;
    }
    35% {
        margin-top: -0.5rem;
    }
    45% {
        margin-top: 0;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes jamp {
    0% {
        margin-top: 0;
    }
    15% {
        margin-top: -1rem;
    }
    25% {
        margin-top: 0;
    }
    35% {
        margin-top: -0.5rem;
    }
    45% {
        margin-top: 0;
    }
    100% {
        margin-top: 0;
    }
}
@-webkit-keyframes jampTrf {
    0% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-7%);
    }
    25% {
        transform: translateY(0);
    }
    35% {
        transform: translateY(-3%);
    }
    45% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes jampTrf {
    0% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-7%);
    }
    25% {
        transform: translateY(0);
    }
    35% {
        transform: translateY(-3%);
    }
    45% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
@-webkit-keyframes pulseicon-a {
    0% {
        transform: translate(0, 0) scale(0.85);
    }
    50% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(0, 0) scale(0.85);
    }
}
@keyframes pulseicon-a {
    0% {
        transform: translate(0, 0) scale(0.85);
    }
    50% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(0, 0) scale(0.85);
    }
}
@-webkit-keyframes pulseicon {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}
@keyframes pulseicon {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}
@-webkit-keyframes phone {
    0% {
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }
    50% {
        transform: translate(-50%, -50%) rotate(0) scale(1.01);
    }
    100% {
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }
}
@keyframes phone {
    0% {
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }
    50% {
        transform: translate(-50%, -50%) rotate(0) scale(1.01);
    }
    100% {
        transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    }
}
@-webkit-keyframes pulseiconLine {
    0% {
        transform: translateX(-55%) scale(0.7);
    }
    50% {
        transform: translateX(-65%) scale(1);
    }
    100% {
        transform: translateX(-55%) scale(0.7);
    }
}
@keyframes pulseiconLine {
    0% {
        transform: translateX(-55%) scale(0.7);
    }
    50% {
        transform: translateX(-65%) scale(1);
    }
    100% {
        transform: translateX(-55%) scale(0.7);
    }
}
@-webkit-keyframes scale-before {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}
@keyframes scale-before {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}
@-webkit-keyframes transform-shiver {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    25% {
        transform: translate(-5px, 0) rotate(0);
    }
    75% {
        transform: translate(5px, 0) rotate(0);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes transform-shiver {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    25% {
        transform: translate(-5px, 0) rotate(0);
    }
    75% {
        transform: translate(5px, 0) rotate(0);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes transform-shiver2 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    25% {
        transform: translate(0, -5px) rotate(0);
    }
    75% {
        transform: translate(0, 5px) rotate(0);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes transform-shiver2 {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    25% {
        transform: translate(0, -5px) rotate(0);
    }
    75% {
        transform: translate(0, 5px) rotate(0);
    }
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes car1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-200px, 10px) scale(0);
    }
}
@keyframes car1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-200px, 10px) scale(0);
    }
}
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, 0.5);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(249, 223, 20, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, 0);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, 0.5);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(249, 223, 20, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 223, 20, 0);
    }
}
@-webkit-keyframes sbs-anim {
    0% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    50% {
        opacity: 1;
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
    }
}
@keyframes sbs-anim {
    0% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    50% {
        opacity: 1;
        transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0) scale(1, 1);
    }
}
@-webkit-keyframes pop {
    0% {
        transform: perspective(1px) rotateX(0) scale3d(1, 1, 1);
    }
    100% {
        transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2);
    }
}
@keyframes pop {
    0% {
        transform: perspective(1px) rotateX(0) scale3d(1, 1, 1);
    }
    100% {
        transform: perspective(1px) rotateX(0) scale3d(1.2, 1.2, 1.2);
    }
}
@-webkit-keyframes puff-out {
    0% {
        transform: translate(-50%, -50%) rotate(0) scale(1, 1);
        transform-origin: 50% 50%;
        transform-origin-opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) rotate(0) scale(2, 2);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}
@keyframes puff-out {
    0% {
        transform: translate(-50%, -50%) rotate(0) scale(1, 1);
        transform-origin: 50% 50%;
        transform-origin-opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) rotate(0) scale(2, 2);
        transform-origin: 50% 50%;
        opacity: 0;
    }
}
@-webkit-keyframes slide-up-in {
    0% {
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        transform-origin: 0 0;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0);
        transform-origin: 0 0;
    }
}
@keyframes slide-up-in {
    0% {
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        transform-origin: 0 0;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0);
        transform-origin: 0 0;
    }
}
.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}
.title-first {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}
.subtitle-first {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in;
}
@-webkit-keyframes d3 {
    0% {
        transform: perspective(900) rotateY(-42deg) translateX(59%);
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%);
    }
    100% {
        transform: perspective(0) rotateY(0) translateX(0);
    }
}
@keyframes d3 {
    0% {
        transform: perspective(900) rotateY(-42deg) translateX(59%);
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%);
    }
    100% {
        transform: perspective(0) rotateY(0) translateX(0);
    }
}
@-webkit-keyframes d3-end {
    0% {
        transform: perspective(0) rotateY(0) translateX(0);
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%);
    }
    100% {
        transform: perspective(900) rotateY(-42deg) translateX(59%);
    }
}
@keyframes d3-end {
    0% {
        transform: perspective(0) rotateY(0) translateX(0);
    }
    80% {
        transform: perspective(0) rotateY(0) translateX(59%);
    }
    100% {
        transform: perspective(900) rotateY(-42deg) translateX(59%);
    }
}
* {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: TTNorms, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    overflow-x: hidden;
    color: #282828;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a,
button,
input,
select,
textarea {
    outline: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #282828;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}
.slick-slide,
.slick-slide * {
    outline: 0 !important;
}
.black {
    color: #5a5a59;
}
.poe {
    pointer-events: none;
}
.mrm {
    margin-right: 0.5vw;
}
.mr {
    margin-right: 1vw;
}
.mrs {
    margin-right: 1.5vw;
}
.lt {
    color: #fff;
}
.ggc {
    color: #69bdad;
}
.gray {
    color: #aeaeae;
}
.title-lg {
    font-size: 3.4vw;
    line-height: 1.1;
}
.title-num {
    font-size: 4.3vw;
    line-height: 0.8;
}
.tac {
    text-align: center;
}
.fw1 {
    font-weight: 100;
}
.fw3 {
    font-weight: 300;
}
.fw5 {
    font-weight: 500;
}
.fw4 {
    font-weight: 400;
}
.fw7 {
    font-weight: 700;
}
.fwb {
    font-weight: 700;
}
.fw9 {
    font-weight: 900;
}
.fsi {
    font-style: italic;
}
.tar {
    text-align: right;
}
.tdt {
    text-decoration: line-through;
}
.tdu {
    text-decoration: underline;
}
.center {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.title {
    font-size: 2.6vw;
    line-height: 1.1;
}
.t-min {
    font-size: 1.95vw;
}
.t-ss {
    font-size: 1.5vw;
}
.t-min2 {
    font-size: 1.7vw;
}
.text {
    font-size: 0.97vw;
}
.text-md {
    font-size: 1.07vw;
}
.tg {
    color: #f78449;
}
.tg2 {
    color: #afe4d6;
}
a.text-min {
    color: #181818;
    transition: all 0.4s;
}
a.text-min:hover {
    color: #ff7200;
}
.small-text {
    font-size: 0.92vw;
}
.tsm8 {
    font-size: 0.55vw;
}
.tsm10 {
    font-size: 0.61vw;
}
.tsm11 {
    font-size: 0.7vw;
}
.tsm12 {
    font-size: 0.75vw;
}
.tsm13 {
    font-size: 0.85vw;
}
.text24 {
    font-size: 1.4vw;
}
.text23 {
    font-size: 1.3vw;
}
.text21 {
    font-size: 1.2vw;
}
.container {
    max-width: 75vw;
    margin: 0 auto;
}
.container-big {
    max-width: 95vw;
    margin: 0 auto;
}
.container-min {
    max-width: 65.625vw;
    margin: 0 auto;
}
.container-mid {
    max-width: 84.896vw;
    margin: 0 auto;
}
.container--left {
    width: 100%;
    padding-left: 10.575vw;
}
.container--right {
    width: 100%;
    padding-right: 10.575vw;
}
.mlg {
    margin-bottom: 4.5vw;
}
.msm {
    margin-bottom: 2.4vw;
}
.mb {
    margin-bottom: 1.5vw;
}
.mbm {
    margin-bottom: 0.7vw;
}
.mbs {
    margin-bottom: 0.41vw;
}
.stop {
    overflow: hidden;
}
.section {
    padding: 6vw 0;
    position: relative;
}
.max {
    width: 100%;
}
.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gr {
    color: #8d8d8d;
}
.btn {
    padding: 0.833vw 1.406vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 6;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    position: relative;
    color: #333;
    box-shadow: 0 43px 101px rgba(11, 117, 246, 0.2), 0 3px 0 #015fcf, inset 0 0 10px rgba(170, 207, 251, 0.1);
    background-color: #aeaeae;
    background-image: linear-gradient(to top, #0476ff 0, #0476ff 17%, #78b5fc 92%, #78b5fc 100%);
    background-color: #b59b82;
    background-image: linear-gradient(to top, #fe414e 0, #fe414e 17%, #fc8090 92%, #fc8090 100%);

}
.btn:not(:disabled) .btn-blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 115px;
    overflow: hidden;
}
.btn:not(:disabled) .btn-blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}
/*.btn:hover {
    box-shadow: 0 43px 101px rgba(11, 117, 246, 0.2), 0 -3px 0 #015fcf, inset 0 0 10px rgba(170, 207, 251, 0.1);
}*/
.btn.btn--light {
    padding: 1.146vw 1.719vw;
    box-shadow: 0 43px 101px rgba(254, 63, 89, 0.2), 0 3px 0 #e8303e, inset 0 0 10px rgba(170, 207, 251, 0.1);
    background-color: #262626;
    background-image: linear-gradient(to top, #fe414e 0, #fe414e 17%, #fc8090 92%, #fc8090 100%);
    background: #19a8a0;
    box-shadow: 0 43px 101px rgb(207 143 106 / 20%), 0 3px 0 #179891, inset 0 0 10px rgb(170 207 251 / 10%);
}
/*.btn.btn--light:hover {
    box-shadow: 0 43px 101px rgba(254, 63, 89, 0.2), 0 -3px 0 #e8303e, inset 0 0 10px rgba(170, 207, 251, 0.1);
    background-color: #b59b82;
    background-image: linear-gradient(to top, #fe414e 0, #fe414e 17%, #fc8090 92%, #fc8090 100%);
}*/
.btn.btn--outline {
    border: 0;
    background: 0 0;
    box-shadow: none;
    color: #bdbdbd;
}
.btn.btn--outline:hover {
    color: #fd4f5d;
}
.btn.light {
    color: #191919;
    background-image: linear-gradient(to top, #ffe97e 0, #fdf7ad 100%);
    box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
}
.btn.light:hover {
    box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
}
.btn.bord {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px #a7a7a7;
    color: #ddd;
}
.btn.bord:hover {
    box-shadow: 0 0 20px #a7a7a7;
}
.btn.bord.bdr {
    border: 1px solid #1491d0;
    background: #fff;
    box-shadow: 0 0 2px #1491d0;
    color: #1491d0;
}
.btn.bord.bdr:hover {
    box-shadow: 0 0 20px #1491d0;
}
.btn.big {
    padding: 1.5vw 1vw;
}
.btn.min {
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
}
.bubbly-button:not(:disabled) .blick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: none;
}
.bubbly-button:not(:disabled) .blick:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}
.bubbly-button:hover .btn-img {
    transform: translateY(5px);
}
.btn-cent {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.btn-img {
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
}
.burger {
    width: 3.7rem;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: 0.3rem;
}
.burger span {
    display: block;
    width: 65%;
    height: 1px;
    border-radius: 4px;
    position: relative;
    background-color: #f7844a;
}
.burger span:after,
.burger span:before {
    content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 1px;
    right: 0;
    background-color: #f7844a;
    border-radius: 4px;
}
.burger span:before {
    top: -1rem;
}
.burger span:after {
    bottom: -1rem;
}
.burger__wrap {
    text-transform: uppercase;
    color: #d7d7d7;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s;
    display: none;
    width: 0;
}
.burger__wrap:hover {
    color: #f7844a;
}
.link {
    transition: all 0.4s;
    position: relative;
    display: inline-block;
}
.link:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #5a5a59;
    transform: translateX(-50%);
    transition: all 0.4s;
}
.link:hover:before {
    width: 40%;
}
.link.dsh:before {
    border-bottom: 1px dashed #5a5a59;
}
input:-ms-input-placeholder {
    color: #8c8c8c;
}
input::-ms-input-placeholder {
    color: #8c8c8c;
}
input::-moz-placeholder {
    color: #8c8c8c;
}
input::placeholder {
    color: #8c8c8c;
}
textarea:-ms-input-placeholder {
    color: #8c8c8c;
}
textarea::-ms-input-placeholder {
    color: #8c8c8c;
}
textarea::-moz-placeholder {
    color: #8c8c8c;
}
textarea::placeholder {
    color: #8c8c8c;
}
.area,
.input {
    height: 3.8vw;
    padding: 0.3vw 1vw;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    align-self: center;
    width: 100%;
    position: relative;
}
.area.v2,
.input.v2 {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.area:focus,
.input:focus {
    border: 1px solid #f78449;
}
.inp-min {
    width: 30.5%;
}
.inp-md {
    width: 45%;
}
.inp-big {
    width: 100%;
}
.area {
    padding: 1vw 1vw;
}
.arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4vw;
    height: 4vw;
    z-index: 18;
    transition: all 0.4s;
    cursor: pointer;
    border: none;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7vw;
}
.arrows.t2 {
    width: 5vw;
    height: 5vw;
}
.arrows.t4 {
    width: 3.5vw;
    height: 3.5vw;
}
.arrows.t6 {
    box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-radius: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.arrows:hover {
    opacity: 0.7;
    transform: translateY(-50%) scale(1.1);
}
.arrows:hover.t6 {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.slidePrev {
    left: 3.5rem;
}
.slidePrev.t2 {
    left: -2.5vw;
}
.slidePrev.t4 {
    left: -1.1vw;
}
.slidePrev.t3 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.slidePrev.t3:hover {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.1);
}
.slideNext {
    right: 3.5rem;
}
.slideNext.t2 {
    right: -2.5vw;
}
.slideNext.t4 {
    right: -1.1vw;
}
.slideNext.t3 {
    left: 50%;
    bottom: -1vw;
    top: auto;
    right: auto;
    transform: translateX(-50%);
}
.slideNext.t3:hover {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.1);
}
.check-box {
    cursor: pointer;
    display: block;
}
.check-line {
    display: flex;
    align-items: center;
}
.check-label {
    width: 1.1vw;
    height: 1.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2vw;
    position: relative;
    flex-shrink: 0;
    margin-right: 0.5vw;
    box-shadow: inset 0 0 10px rgba(140, 140, 140, 0.04);
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}
.check-label.v2 {
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
    border: 1px solid #e8e8e8;
    background-color: #fff;
    width: 1.5vw;
    height: 1.5vw;
    padding: 0.2vw;
}
.check-label.v2 .check-label-act {
    width: 1vw;
    height: 1vw;
    border-radius: 100%;
    padding: 0.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4ca352;
}
.check-label-act {
    transition: all 0.4s;
    transform: scale(0);
}
.check-label.min {
    width: 1vw;
    height: 1vw;
    border-radius: 2px;
}
.block-imp-bf {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: all 0.4s;
}
.block-imp {
    padding: 1.3vw 1.5vw;
    position: relative;
    margin-right: 0.7vw;
}
.rhide {
    display: none;
}
.rhide:checked ~ span .check-label-act {
    transform: scale(1);
}
.rhide:checked ~ span .check-label.min {
    background-color: #5bd273;
}
.rhide:checked ~ .block-imp-bf {
    background-color: #4ca352;
    border: 1px solid #4ca352;
}
.rhide:checked ~ .tsm13 {
    color: #fff;
    position: relative;
}
.rhide:checked ~ .times-block div.fancy-select div.trigger {
    color: #fff !important;
}
.wac {
    color: #3fbf3f !important;
}
.vic {
    color: #8173c7 !important;
}
.tgc {
    color: #5fcff2 !important;
}
.emc {
    color: #fbc855 !important;
}
.vf {
    background-color: #fff;
    padding: 2.6vw 2vw;
    box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
    transform: skewY(-2deg);
    z-index: 4;
    position: relative;
}
.vf:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d1d5e4;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    z-index: 1;
}
.vf-wrap {
    transform: skewY(2deg);
    position: relative;
    z-index: 5;
}
.line-tg {
    border-bottom: 1px solid #dcbf8b;
    width: 40%;
}
.line-tg.min {
    margin-left: auto;
    margin-right: auto;
    width: 7vw;
    border-bottom: 1px solid #cccdd4;
}
.pre {
    position: relative;
    z-index: 4;
}
.blc {
    color: #303030 !important;
}
.lcb {
    color: #303030;
    transition: all 0.4s;
}
.lcb:hover {
    color: #e30613;
}
.aic {
    align-items: center;
}
.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    width: 8vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 71;
}
.text-rotate.right {
    left: auto;
    right: 0;
}
.text-rotate-item {
    position: relative;
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-block;
    color: rgba(140, 140, 140, 0.5);
}
.text-rotate-item:before {
    content: "";
    position: absolute;
    left: -3.4vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3vw;
    height: 1px;
}
.text-rotate-item:after {
    content: "";
    position: absolute;
    right: -3.4vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #d1d1d1;
    width: 3vw;
    height: 1px;
}
.text-rotate-item.wh {
    color: #ffff;
}
.line {
    width: 3vw;
    height: 2px;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
}
.line.cen {
    margin-left: auto;
    margin-right: auto;
}
.line.gr {
    background-color: #333;
}
.line.gr2 {
    background-color: #9d9d9d;
}
.line-big {
    width: 8vw;
}
.line.big2 {
    width: 17vw;
}
.tal {
    text-align: left;
}
.tb {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.tgr {
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.poin {
    pointer-events: none;
    position: relative;
    z-index: 43;
}
.tlt-mod {
    position: relative;
}
.tlt-mod:before {
    content: "";
    position: absolute;
    left: -4.3vw;
    width: 3.5vw;
    height: 2px;
    top: 1.3vw;
    z-index: 12;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
}
.tlt-mod:after {
    content: "";
    position: absolute;
    left: -17.3vw;
    width: 13.5vw;
    height: 1px;
    top: 1.3vw;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.1);
}
.tlt-mod.lth:after {
    background-color: #dedede;
}
.text-mod {
    position: relative;
}
.text-mod:before {
    content: "";
    position: absolute;
    left: -2vw;
    width: 1.5vw;
    height: 2px;
    top: 0.5vw;
    background-color: #1a1a1a;
    background-image: linear-gradient(to right, #f7844a 0, #ffad2f 100%);
    width: 0;
}
.text-mod:after {
    content: "";
    position: absolute;
    left: -2vw;
    width: 1.5vw;
    height: 2px;
    top: 0.5vw;
    background-color: rgba(255, 255, 255, 0.2);
}
.jcsb {
    justify-content: space-between;
}
.nav__close.modal__close {
    display: none;
}
.nav--active .nav__close.modal__close {
    display: block;
}
.posa {
    position: absolute;
}
.fdc {
    flex-direction: column;
}
.mobs {
    display: none;
}
@media (max-width: 900px) {
    .title-lg {
        font-size: 3.2rem;
    }
    .title-mslg {
        font-size: 5.5rem;
        letter-spacing: 0.2rem;
    }
    .title-elg {
        font-size: 6.6rem;
        letter-spacing: 0.2rem;
    }
    .title {
        font-size: 2.6rem;
    }
    .tgg {
        padding: 0.1rem 0.4rem;
        margin: 0.2rem 0;
    }
    .t-min {
        font-size: 1.95rem;
    }
    .t-ss {
        font-size: 1.7rem;
    }
    .t-min2 {
        font-size: 1.9rem;
    }
    .text-tg {
        margin-left: 1.5rem;
    }
    .text-md {
        font-size: 1.4rem;
    }
    .text {
        font-size: 1.2rem;
    }
    .small-text {
        font-size: 1.1rem;
    }
    .tsm8 {
        font-size: 0.8rem;
    }
    .tsm {
        font-size: 0.9rem;
    }
    .tsm10 {
        font-size: 1rem;
    }
    .tsm11 {
        font-size: 1rem;
    }
    .tsm12 {
        font-size: 1rem;
    }
    .tsm13 {
        font-size: 1.1rem;
    }
    .mr1 {
        margin-right: 1rem;
    }
    .tnum {
        font-size: 2.9rem;
    }
    .text24 {
        font-size: 1.4rem;
    }
    .text23 {
        font-size: 1.3rem;
    }
    .text21 {
        font-size: 1.3rem;
    }
    .container {
        max-width: 90vw;
        margin: 0 auto;
    }
    .container-min {
        max-width: 90vw;
        margin: 0 auto;
    }
    .container-md {
        max-width: 90vw;
        margin: 0 auto;
    }
    .container-mm {
        max-width: 90vw;
        margin: 0 auto;
    }
    .mlg {
        margin-bottom: 4.5rem;
    }
    .msm {
        margin-bottom: 2.4rem;
    }
    .mb {
        margin-bottom: 1.5rem;
    }
    .mbm {
        margin-bottom: 0.7rem;
    }
    .mbs {
        margin-bottom: 0.41rem;
    }
    .section {
        padding: 6rem 0;
    }
    .bubbly-button {
        padding: 1.8rem 1rem;
    }
    .bubbly-button.big {
        padding: 2rem 1rem;
    }
    .bubbly-button.min {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .input {
        height: 4.5rem;
        padding: 0.3rem 1rem;
        padding-left: 2rem;
    }
    .input.t2 {
        padding-left: 1.5rem;
    }
    .btn-mod {
        padding: 1.2rem 1.5rem;
    }
    .btn {
        padding: 1.7rem;
    }
    .btn.btn--light {
        padding: 1.1rem 1.7rem;
    }
    .close {
        width: 2rem;
        height: 2rem;
    }
    .mrm {
        margin-right: 0.5rem;
    }
    .mr {
        margin-right: 1rem;
    }
    .mrs {
        margin-right: 1.5rem;
    }
    .header__number-img {
        width: 2rem;
        height: 2rem;
        padding: 0.3rem;
    }
    .btn-main {
        width: 21rem;
    }
    .main-i-img {
        width: 3.8rem;
        padding: 0.9rem;
    }
    .play {
        width: 5rem;
    }
    .contacts__right-row {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .contacts-slider-wrap {
        margin-top: 2rem;
        width: 100%;
        margin-bottom: 2rem;
    }
    .contacts-slider {
        width: 100%;
        margin-left: 0;
    }
    .contacts-slider-item {
        height: 27vw;
    }
    .arrows.t2 {
        width: 5rem;
        height: 5rem;
    }
    .slidePrev.t2 {
        left: -2.5rem;
    }
    .slideNext.t2 {
        right: -2.5rem;
    }
    .contacts-slider-wrap .text-md {
        margin-left: 0;
    }
    .contacts-bl {
        width: auto;
    }
    .footer__cont {
        padding: 2rem 0;
    }
}
@media (max-width: 767px) {
    .logo__img {
        max-width: 14rem;
    }
    .right {
        width: 4.5rem;
    }
    .right-text-img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .right-item {
        width: 1.5rem;
        height: 1.5rem;
    }
    .right-three {
        bottom: 2.4rem;
    }
    .right-two {
        top: 6rem;
    }
    .right-one {
        top: 2.3rem;
    }
    .main-advas {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-advas__item {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }
    .main-advas__item-imn {
        height: 6rem;
    }
    .price__row-item,
    .price__row-item.t1 {
        width: 100%;
        padding: 1.4rem;
    }
    .price__row-item.t1:nth-child(2),
    .price__row-item:nth-child(2) {
        display: none;
    }
    .right-img {
        width: 3rem;
    }
    .right-img.telp {
        height: 3rem;
        padding: 0.4rem;
    }
    .contacts__cont {
        flex-wrap: wrap;
    }
    .map {
        height: 48vw;
    }
    .contacts-slider-item {
        height: 48vw;
    }
    .contacts-slider {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }
}
@media (max-width: 567px) {
    .works__subtitle {
        margin-bottom: 4.5rem;
    }
    .container--left {
        padding-left: 2rem;
    }
    .container--right {
        padding-right: 2rem;
    }
    .title-lg {
        font-size: 2.4rem;
    }
    .logo__text {
        display: none;
    }
    .header__map {
        display: none;
    }
    .right-two {
        display: none;
    }
    .main-btns {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .btn {
        padding: 1.7rem;
        margin-bottom: 1.5rem;
    }
    .logo__img {
        max-width: 12rem;
        width: 9rem;
    }
    .header {
        padding-bottom: 2rem;
    }
    .hero__left{
        text-align: center
    }
    .hero__standart {
        margin-bottom: 1rem;
        margin-top: 1rem;
        justify-content: center;
    }
    .hero__title {
        font-size: 1.9rem;
        font-size: 2.7rem;
        text-align: center
    }
    .header__phone-number {
        font-size: 1.5rem;
    }
    .header__phone-link {
        font-size: 1.3rem;
    }
    .header .link {
        display: none;
    }
    .right {
        background: 0 0;
        justify-content: flex-start;
    }
    .right-one {
        margin-bottom: 1rem;
    }
    .main-video {
        right: -31vw;
        top: 11rem;
        width: 88vw;
    }
    .main__cont .text24 {
        position: relative;
        z-index: 5;
        width: 65%;
    }
    .main__cont .text24 br {
        display: none;
    }
    .play {
        right: 38vw;
        top: 41%;
    }
    .main-advas__item {
        width: 30%;
    }
    .main-advas {
        width: 115%;
    }
    .main-advas__item-imn {
        height: 4rem;
    }
    .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: block;
        z-index: 999;
        top: 0;
        left: 0;
        padding: 1.8rem;
    }
    .menu-logo {
        width: 11rem;
        margin-left: auto;
        margin-right: auto;
    }
    .menu .text24 {
        font-size: 2.1rem;
        cursor: pointer;
    }
    .menu-close {
        position: absolute;
        width: 3rem;
        right: 1rem;
        top: 2.5rem;
        cursor: pointer;
    }
    .menu-close img {
        width: 100%;
    }
    .price-tab__item {
        padding: 1rem 1.3rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-radius: 12px;
    }
    .desct {
        display: none;
    }
    .price {
        z-index: 1001;
        background-color: #fff;
        position: fixed;
        height: 95vh;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 1.5rem;
        overflow: hidden;
        overflow-y: scroll;
        display: none;
    }
    .price .title {
        font-size: 1.8rem;
    }
    .price .container {
        padding-right: 0;
    }
    .close-p {
        display: block;
        top: 1rem;
    }
    .menu-about {
        z-index: 1001;
        background-color: #fff;
        position: fixed;
        height: 95vh;
        padding: 1rem;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 1.5rem;
        overflow: hidden;
        overflow-y: scroll;
        padding-bottom: 6rem;
    }
    .menu-about .title {
        font-size: 1.8rem;
    }
    .contacts__left-img {
        transform: scale(1);
        margin-right: 1rem;
    }
    .menu-contacts {
        z-index: 1001;
        background-color: #fff;
        position: fixed;
        height: 95vh;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 1.5rem;
        overflow: hidden;
        overflow-y: scroll;
        padding-bottom: 6rem;
    }
    .menu-contacts .title {
        font-size: 1.8rem;
    }
    .map {
        height: 90vw;
        margin-bottom: 2rem;
    }
    .back {
        position: absolute;
        width: 3rem;
        left: 1rem;
        top: 2.5rem;
        cursor: pointer;
        display: block;
        height: 2rem;
        top: 1.6rem;
    }
    .back img {
        width: 100%;
    }
    .iver2 {
        display: block;
    }
    .iver1 {
        display: none;
    }
    .right {
        padding-top: 1rem;
    }
}
.mobile-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    z-index: 1006;
    background: #333;
    align-items: center;
}
.mobile-bot .right-img {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}
@media (min-width: 420px) and (max-width: 567px) {
    .main-video {
        top: 5rem;
    }
}
.modal-wrap,
.overlay {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
}
.modal-wrap {
    background-color: transparent;
    transform-style: preserve-3d;
    transform: perspective(1000);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal-wrap-close {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal {
    position: absolute;
    top: 10vh;
    left: 50%;
    border: 1px solid #f78449;
    margin-bottom: 8vw;
    background-color: #1a1a1a;
    color: #fff;
    width: 26vw;
    transition: all 0.8s ease;
    transform-style: preserve-3d;
    z-index: 77;
    transform: perspective(3400) rotateZ(27deg) rotateY(-72deg) translateX(-50%);
}
.modal:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid #f78449;
    transform: translate(-50%, -50%);
}
.modal.active {
    transform: perspective(3400) rotateZ(0) rotateY(0) translateX(-50%);
}
.modal-card {
    transition: all 0.3s ease;
    padding: 3vw 2vw;
    padding-top: 4vw;
    transform-style: preserve-3d;
    transform: perspective(900) rotateY(-40deg) translateX(59%);
}
.modal-card.active {
    -webkit-animation: d3 0.8s linear 0s 1 normal both;
    animation: d3 0.8s linear 0s 1 normal both;
}
.modal-card.closed {
    -webkit-animation: d3-end 0.4s linear 0s 1 normal both;
    animation: d3-end 0.4s linear 0s 1 normal both;
}
.modal-min {
    width: 31vw;
}
.modal-mb {
    width: 80vw;
}
.modal-big {
    width: 51vw;
}
.modal-big2 {
    width: 55vw;
}
.modal-sm {
    width: 36vw;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5vw;
    height: 1.5vw;
    transform: translate(-100%, 100%);
    cursor: pointer;
    z-index: 99;
}
.close:after,
.close:before {
    position: absolute;
    left: 50%;
    content: " ";
    height: 100%;
    width: 2px;
    background-color: #c7cbcf;
    transition: all 0.4s;
    border-radius: 3px;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.close:hover:after,
.close:hover:before {
    background-color: #f78449;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
div.fancy-select {
    position: relative;
    font-size: 0.85vw;
    color: #727272;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
}
div.fancy-select.disabled {
    opacity: 0.5;
}
div.fancy-select div.trigger {
    text-align: left;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-radius: 7px;
    background: url(../img/plc/input.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-style: italic;
    padding: 0.3vw 1vw;
    padding-left: 2vw;
    padding-right: 2.2vw;
    border: none;
    color: #727272;
    font-size: 1vw;
    height: 3.8vw;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    right: 0.8vw;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #afafb0;
    transform: rotate(180deg);
    transition: all 0.4s;
    z-index: 9;
}
div.fancy-select div.trigger.open {
    box-shadow: none;
}
div.fancy-select div.trigger.open:after {
    transform: rotate(0);
}
div.fancy-select ul.options {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-top: -2px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    max-height: 22vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, top 0.3s ease-out, visibility 0.3s ease-out;
}
div.fancy-select ul.options.open {
    visibility: visible;
    top: 85%;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, top 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
}
div.fancy-select ul.options.overflowing {
    top: 100%;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out, visibility 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out, visibility 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out, visibility 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, bottom 0.3s ease-out, visibility 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out, visibility 0.3s ease-out;
}
div.fancy-select ul.options.overflowing.open {
    top: 100%;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
div.fancy-select ul.options li {
    text-align: left;
    padding: 1.1vw;
    color: #9699a9;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
    display: none;
}
div.fancy-select ul.options li.selected {
    color: #fad366;
}
div.fancy-select ul.options li.hover {
    color: #fad366;
    cursor: pointer;
}
.to_top {
    position: fixed;
    right: 2.5vw;
    bottom: 1.5vw;
    box-shadow: 0 0 84px rgba(0, 108, 163, 0.41);
    background-color: #dcbf8b;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 100%;
    padding: 0.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 189;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s;
}
.to_top:before {
    content: "";
    position: relative;
    border: 0.8vw solid transparent;
    border-bottom: 1vw solid #fff;
    transform: translateY(-25%);
    transition: all 0.4s;
}
.to_top.act {
    opacity: 1;
    transform: scale(1);
}
.to_top:hover:before {
    transform: translateY(-37%);
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo img {
    -webkit-filter: drop-shadow(0 43px 101px rgba(18, 127, 255, 0.2));
    filter: drop-shadow(0 43px 101px rgba(18, 127, 255, 0.2));
    max-width: 9.896vw;
}
.header__wrapper {
    display: flex;
    align-items: center;
}
.header__wrapper-right {
    display: flex;
    align-items: center;
}
.header .nav__inner {
    display: flex;
}
.header .nav__inner li {
    margin-right: 1.563vw;
}
.header .nav__inner li:last-child {
    margin-right: 0;
}
.header .nav__link {
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}
.header .nav__link:hover {
    border-color: #78b5fc;
}
.header__btn {
    max-height: 2.344vw;
    margin-right: 1.042vw;
    font-family: Philosopher, sans-serif;
}
.header__btn img {
    margin-right: 0.677vw;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45));
    max-width: 1.042vw;
}
.header__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__phone-title {
    padding-left: 0.677vw;
    position: relative;
}
.header__phone-title::before {
    content: "";
    width: 0.365vw;
    height: 0.365vw;
    position: absolute;
    border-radius: 50%;
    background-color: #0db94e;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    animation: online 2s infinite;
}
@keyframes online {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header__phone-number {
    font-family: Philosopher, sans-serif;
    transition: 0.2s;
}
.header__phone-number:hover {
    color: #fc8090;
}
.header__phone-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #629cdf;
    font-family: Philosopher, sans-serif;
    border-bottom: 1px dashed #629cdf;
    transition: 0.2s;
}
.header__phone-link:hover {
    color: #fc8090;
    border-color: #fc8090;
}
.header__burger {
    display: none;
}
@media (max-width: 900px) {
    .header__logo img {
        max-width: 14rem;
    }
    .header .nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 44vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        z-index: 888;
        transition: all 0.4s;
        transform: translateX(-110%);
    }
    .header .nav--active {
        transform: translateX(0);
    }
    .header .nav__inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
    }
    .header .nav__inner li {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .header__btn {
        max-height: 2.3rem;
        margin-right: 1rem;
    }
    .header__btn img {
        margin-right: 0.5rem;
        max-width: 1.3rem;
    }
    .header__phone-title {
        padding-left: 0.8rem;
    }
    .header__phone-title::before {
        width: 0.4rem;
        height: 0.4rem;
    }
    .header__burger {
        width: 3rem;
        height: 2.6rem;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        display: flex;
    }
    .header__burger-item {
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        position: relative;
        background-color: #629cdf;
    }
}
@media (max-width: 767px) {
    .header__btn {
        display: none;
    }
}
@media (max-width: 567px) {
    .header__text {
        display: none;
    }
    .header .nav {
        width: 100%;
    }
}
.hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hero__right {
    padding-right: 1.458vw;
    align-self: center;
}
.hero__standart {
    display: flex;
    align-items: center;
    align-items: center;
}
.hero__standart img {
    max-width: 1.458vw;
}
.hero__title-strong {
    font-family: Philosopher, sans-serif;
}
.hero__price {
    padding: 2.604vw 2.083vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/hero-price.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid #fff;
}
.hero__price-number {
    font-family: Philosopher, sans-serif;
}
.hero__btn img {
    max-width: 1.198vw;
}
.main {
    position: relative;
}
.main__bg {
    background: url(../img/main-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: scale 23s infinite linear;
    animation: scale 23s infinite linear;
}
.to-top {
    position: fixed;
    right: 2.5vw;
    bottom: 8.5vw;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 100%;
    padding: 0.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1050;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s;
    box-shadow: inset 0 0 6px rgba(107, 174, 255, 0.35);
    background-image: linear-gradient(to top, #0476ff 0, #78b5fc 92%, #78b5fc 100%);
}
.to-top::before {
    content: "";
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 0.313vw;
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translateY(-50%) translateX(-50%) rotate(-135deg);
    top: 54%;
    right: 24%;
}
.to-top.active:hover {
    opacity: 1;
}
.to-top.active {
    opacity: 0.46;
    transform: scale(1);
}
@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 900px) {
    .to-top {
        right: 2rem;
        bottom: 2rem;
        width: 4rem;
        height: 4rem;
        padding: 0.5rem;
    }
    .to-top::before {
        border-width: 0 2px 2px 0;
        padding: 0.4rem;
    }
    .hero__right {
        padding-right: 1.5rem;
    }
    .hero__standart img {
        max-width: 2rem;
    }
    .hero__price {
        padding: 2.5rem 2rem;
    }
    .hero__btn img {
        max-width: 1.2rem;
    }
}
@media (max-width: 567px) {
    .hero {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .hero__price {
        display: none;
    }
}
.bullets {
    padding-top: 0vw;
    padding-bottom: 7vw;
}
.bullets__inner {
    display: flex;
    justify-content: center;
}
.bullets__item {
    margin-right: 3.531vw;
    padding-top: 2.135vw;
    padding-left: 1.267vw;
    padding-right: 3.267vw;
    width: 14.406vw;
    height: 10.573vw;
    position: relative;
    box-shadow: 0 0 57px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: url(../img/bullets/bg.png) center no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 1.667vw;
}
.bullets__item:last-child {
    margin-right: 0;
}
.bullets__item:nth-child(1) .bullets__img {
    right: -0.458vw;
    bottom: -2px;
    display: block;
}
.bullets__item:nth-child(1) .bullets__img img {
    max-width: 5.979vw;
    max-width: 10.979vw;
    display: block;
}
.bullets__item:nth-child(2) .bullets__img {
    right: -1.558vw;
    bottom: -0.842vw;
}
.bullets__item:nth-child(2) .bullets__img img {
    max-width: 6.49vw;
}
.bullets__item:nth-child(3) .bullets__img {
    right: -0.558vw;
    bottom: -0.242vw;
}
.bullets__item:nth-child(3) .bullets__img img {
    max-width: 5.938vw;

}
.bullets__item:nth-child(4) .bullets__img {
    right: -2.558vw;
    bottom: -0.842vw;
}
.bullets__item:nth-child(4) .bullets__img img {
    max-width: 7.24vw;
}
.bullets__check {
    position: absolute;
    width: 1.771vw;
    height: 1.771vw;
    box-shadow: 0 43px 101px rgba(18, 127, 255, 0.2), inset 0 0 20px rgba(255, 249, 230, 0.1);
    border-radius: 50%;
    background-image: linear-gradient(to top, #0476ff 0, #0476ff 17%, #78b5fc 92%, #78b5fc 100%), linear-gradient(to top, #d3a867 0, #d3a867 17%, #e5cd9e 92%, #e5cd9e 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    top: -1.198vw;
    background-image: linear-gradient(to top, #04d5ff 0, #04d1ff 17%, #78e4fc 92%, #78e6fc 100%);
    background: #19a8a0;
}
.bullets__check img {
    max-width: 0.573vw;
}
.bullets__title {
    font-family: Philosopher, sans-serif;
}
.bullets__img {
    position: absolute;
}
@media (max-width: 900px) {
    .bullets {
        padding-top: 2rem;
        padding-bottom: 11rem;
    }
    .bullets__item {
        margin-right: 4rem;
        padding-top: 2rem;
        padding-left: 1.5rem;
        width: 14rem;
        height: 13rem;
    }
    .bullets__item:nth-child(1) .bullets__img {
        right: 0.5rem;
        bottom: 0.3rem;
    }
    .bullets__item:nth-child(1) .bullets__img img {
        max-width: 11rem;
    }
    .bullets__item:nth-child(2) .bullets__img {
        right: -2.558rem;
        bottom: -0.742rem;
    }
    .bullets__item:nth-child(2) .bullets__img img {
        max-width: 8.89rem;
    }
    .bullets__item:nth-child(3) .bullets__img {
        right: -0.558rem;
        bottom: -0.242rem;
    }
    .bullets__item:nth-child(3) .bullets__img img {
        max-width: 5.938rem;
    }
    .bullets__item:nth-child(4) .bullets__img {
        right: -2.558rem;
        bottom: -0.842rem;
    }
    .bullets__item:nth-child(4) .bullets__img img {
        max-width: 7.24rem;
    }
    .bullets__check {
        width: 2rem;
        height: 2rem;
        top: -1rem;
    }
    .bullets__check img {
        max-width: 0.7rem;
    }
}
@media (max-width: 767px) {
    .bullets {
        padding-top: 0;
    }
    .bullets__inner {
        flex-wrap: wrap;
    }
    .bullets__item {
        margin-right: 14rem;
        margin-bottom: 3rem;
    }
    .bullets__item:nth-child(2) {
        margin-right: 0;
    }
}
@media (max-width: 567px) {
    .bullets__item {
        margin-right: 0;
        margin: 1rem;
    }
    .bullets__inner {
        justify-content: space-between;
    }
    .bullets__item:nth-child(1) {
        margin: 0.4rem;
        margin-left: 0;
    }
    .bullets__item:nth-child(2) {
        margin: 0.4rem;
        margin-right: 0;
    }
    .bullets__item:nth-child(3) {
        margin: 0.4rem;
        margin-left: 0;
    }
    .bullets__item:last-child {
        margin: 0.4rem;
        margin-right: 0;
    }
}
.quiz {
    padding-top: 50px;
    /*margin-top: -2.604vw;*/
    position: relative;
    overflow: hidden;
}
.quiz__bg {
    position: absolute;
    right: -14vw;
    z-index: -1;
    bottom: -14vw;
    display: flex;
    max-width: 55.833vw;
}
.quiz__title-strong {
    font-family: Philosopher, sans-serif;
}
.quiz__inner {
    display: flex;
    justify-content: space-between;
}
.quiz__left {
    height: 100%;
    width: 20.833vw;
    position: relative;
    padding: 1.198vw 2.083vw;
    padding-bottom: 2.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/quiz/left-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
}
.quiz__left-photo img {
    max-width: 12.24vw;
}
.quiz__left--start {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz__left--finish {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz__left--finish .quiz__left-title {
    margin-bottom: 7vw;
}
.quiz__left--finish .quiz__left-block:nth-child(1) .quiz__left-block-text {
    margin-bottom: 4.677vw;
}
.quiz__left--finish .quiz__left-block:nth-child(1) img {
    right: 1.042vw;
    bottom: 27.146vw;
    max-width: 10.938vw;
}
.quiz__left--finish .quiz__left-block:nth-child(2) .quiz__left-block-text {
    margin-bottom: 6.677vw;
}
.quiz__left--finish .quiz__left-block:nth-child(2) img {
    left: 0.402vw;
    bottom: 12.875vw;
    max-width: 11.823vw;
}
.quiz__left-pos {
    margin-top: -0.26vw;
    padding: 0.781vw 1.25vw;
    border-radius: 5px;
    background-color: #fefefd;
}
.quiz__left-name {
    margin-top: -0.677vw;
    padding: 0.833vw;
    font-family: Philosopher, sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #fefefd;
}
.quiz__left-title {
    font-family: Philosopher, sans-serif;
}
.quiz__left-wrapper {
    align-self: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.quiz__left-block {
    align-self: flex-start;
}
.quiz__left-block img {
    position: absolute;
}
.quiz__left-block-text-strong {
    font-family: Philosopher, sans-serif;
}
.quiz__left-block:nth-child(1) img {
    right: 0.042vw;
    bottom: 1.146vw;
    max-width: 10.156vw;
}
.quiz__left-block:nth-child(2) {
    align-self: flex-end;
}
.quiz__left-block:nth-child(2) img {
    left: 1.302vw;
    bottom: 4.375vw;
    max-width: 7.813vw;
}
.quiz__left-block:nth-child(3) img {
    right: 0;
    bottom: 0;
    max-width: 10.417vw;
}
.quiz__right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.quiz__progress {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}
.quiz__progress-item {
    padding: 1.198vw 2.344vw;
    color: #747474;
    border-radius: 30px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: relative;
    margin-right: 1%;
    margin-left: 1%;
}
.quiz__progress-item-hint {
    position: absolute;
    left: 50%;
    bottom: 110%;
    width: 100%;
    color: #282828;
    box-shadow: 4px 7px 17px -6px rgba(0, 0, 0, 0.46);
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 33;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity 0.6s;
}
.quiz__progress-item:hover:not(.active) .quiz__progress-item-hint {
    opacity: 1;
}
.quiz__progress-item.active {
    box-shadow: 0 43px 101px rgba(18, 127, 255, 0.2), inset 0 0 20px rgba(255, 249, 230, 0.1);
    border: 1px solid #ebebeb;
    background-image: linear-gradient(to top, #0476ff 0, #0476ff 17%, #78b5fc 92%, #78b5fc 100%);
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(to top, #04d5ff 0, #04d1ff 17%, #78e4fc 92%, #78e6fc 100%);
    background: #19a8a0;
}
.quiz__content {
    padding-top: 3.698vw;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}
.quiz__content--bg {
    background: url(../img/quiz/semifinal-bg.png) center no-repeat;
    background-size: cover;
}
.quiz__item-title {
    font-family: Philosopher, sans-serif;
}
.quiz__item--sliders {
    margin-right: 5vw;
}
.quiz__item--sliders .quiz__img {
    position: absolute;
    right: 0;
    top: 8.5vw;
}
.quiz__item--sliders .quiz__img img {
    max-width: 21.458vw;
}
.quiz__item--multiselect .quiz__options {
    max-width: 44.188vw;
    flex-wrap: wrap;
}
.quiz__item--multiselect .quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-check {
    border-color: #fe414e;
}
.quiz__item--multiselect .quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-text {
    transform: none;
}
.quiz__item--multiselect .quiz__option-checkbox {
    display: flex;
    align-items: center;
}
.quiz__item--multiselect .quiz__option-check {
    width: 1.042vw;
    height: 1.042vw;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz__item--multiselect .quiz__option-check img {
    max-width: 0.521vw;
}
.quiz__item--multiselect .quiz__option:nth-child(3) {
    margin-right: 0;
}
.quiz__item--multiselect .quiz__option:nth-child(-n + 3) {
    margin-bottom: 1.563vw;
}
.quiz__item--inline .quiz__options {
    flex-direction: column;
    margin-right: 21vw;
}
.quiz__item--inline .quiz__option-text {
    color: #282828;
}
.quiz__item--inline .quiz__option-checkbox {
    display: flex;
    justify-content: space-between;
    padding: 1.154vw 2.083vw;
    padding-right: 1.146vw;
    width: 20.833vw;
    border-radius: 100px;
    border: 1px solid #dfdfdf;
    transition: 0.2s;
}
.quiz__item--inline .quiz__option-checkbox:hover {
    border-color: #fd4f5d;
}
.quiz__item--inline .quiz__option-check {
    position: static;
    width: 1.302vw;
    height: 1.302vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdfdf;
}
.quiz__item--inline .quiz__option-check img {
    max-width: 0.677vw;
}
.quiz__item--inline .quiz__option-input:checked ~ .quiz__option-checkbox {
    border-color: #fd4f5d;
}
.quiz__item--inline .quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-check {
    border-color: #fd4f5d;
}
.quiz__item--inline .quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-text {
    transform: none;
}
.quiz__item--inline .quiz__img {
    position: absolute;
    right: 0;
    top: 5vw;
}
.quiz__item--inline .quiz__img img {
    max-width: 23.698vw;
}
.quiz__options {
    display: flex;
    justify-content: space-between;
}
.quiz__options--sliders {
    flex-direction: column;
    max-width: 23.958vw;
}
.quiz__options--sliders .quiz__option {
    margin-right: 0;
}
.quiz__options--sliders .quiz__option:first-child {
    padding-bottom: 3.646vw;
    border-bottom: 1px solid #ebebeb;
}
.quiz__option {
    position: relative;
    margin-right: 1.823vw;
    cursor: pointer;
}
.quiz__option:last-child {
    margin-right: 0;
}
.quiz__option:hover .quiz__option-hover {
    opacity: 1;
}
.quiz__option-input {
    display: none;
}
.quiz__option-input:checked ~ .quiz__option-img .quiz__option-hover {
    opacity: 1;
}
.quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-check {
    box-shadow: 0 0 18px rgba(253, 82, 96, 0.2);
    background-image: linear-gradient(to top, #fe414e 0, #fe414e 17%, #fc8090 92%, #fc8090 100%);
    background: #19a8a0;
}
.quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-check-item {
    background-color: #fff;
}
.quiz__option-input:checked ~ .quiz__option-checkbox .quiz__option-text {
    color: #282828;
    font-weight: 500;
    transform: translateY(40%);
}
.quiz__option-checkbox {
    position: relative;
}
.quiz__option-check {
    width: 1.979vw;
    height: 1.979vw;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -2.604vw;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
}
.quiz__option-check-item {
    width: 1.042vw;
    height: 1.042vw;
    border-radius: 50%;
    background-color: #cfcfcf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.quiz__option-img {
    position: relative;

}
.quiz__option-img img {
    max-width: 12.656vw;
    opacity: 0;
    pointer-events: none;
}
.quiz__option-hover {
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #fc4957;
    background-image: linear-gradient(to top, #ef5c5c 0, #ec6365 6%, rgba(208, 160, 173, 0) 56%, rgba(184, 213, 237, 0) 100%);
    position: absolute;
    border: #b59b82;
    background-image: linear-gradient(to top, #b59b82 0, #b59b82 6%, rgba(208, 160, 173, 0) 56%, rgba(184, 213, 237, 0) 100%);
}
.quiz__option-text {
    color: #747474;
    transition: 0.3s;
}
.quiz__option-text.text{
    font-size: 1.15vw;
}
.quiz__option-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz__option-range-input {
    width: 7.031vw;
    height: 3.385vw;
    border-radius: 100px;
    border: 1px solid #b2b1b1;
}
.quiz__option-hint {
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 50%;
    position: absolute;
    font-family: Philosopher, sans-serif;
    background-color: #fe4b59;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -0.6vw;
    left: -0.6vw;
    z-index: 1;
}
.quiz__option-hint-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.563vw;
    width: 1.563vw;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    z-index: -1;
}
.quiz__option-hint-pulse-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fe4b59;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-animation: animPulse 2s linear infinite;
    animation: animPulse 2s linear infinite;
}
.quiz__option-hint-pulse-item:last-child {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    opacity: 0.25;
}
.quiz__option-hint-hover {
    padding: 1vw;
    position: absolute;
    opacity: 0;
    width: 13.021vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 7px 17px -6px rgba(0, 0, 0, 0.46);
    left: -12vw;
    top: -9.6vw;
    z-index: -2;
    transition: 0.2s;
    pointer-events: none;
}
.quiz__option-hint:hover .quiz__option-hint-pulse-item {
    -webkit-animation: none;
    animation: none;
}
.quiz__option-hint:hover .quiz__option-hint-hover {
    opacity: 1;
}
.quiz__btn {
    position: relative;
}
.quiz__btn:hover:disabled .quiz__progress-item-hint {
    opacity: 1;
}
.quiz__btn img {
    max-width: 0.729vw;
}
.quiz__btn.btn--light.btn {
    padding: 1.354vw 2.083vw;
}
.quiz__loading {
    margin: 0 auto;
    width: 36.25vw;
    min-height: 40rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quiz__loading-bar {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0.729vw;
    box-shadow: inset -2px 0 13px 1px rgba(80, 80, 80, 0.1);
    border-radius: 7px;
    background-color: #f2f0f0;
}
.quiz__loading-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 7px;
    background: #fe4b59 url(../img/quiz/loading.png);
    transition: all 0.4s;
    -webkit-animation: loading 3s;
    animation: loading 3s;
}
.quiz__loading .noTrespassingAnimationG {
    position: absolute;
    width: 150%;
    height: 100%;
    left: -10%;
    top: 0;
    -webkit-animation-name: noTrespassingAnimationG;
    animation-name: noTrespassingAnimationG;
    -webkit-animation-duration: 975ms;
    animation-duration: 975ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: flex;
    transition: all 0.4s;
}
.quiz__loading .noTrespassingBarLineG {
    margin-right: 10px;
    background-image: linear-gradient(to top, #76c97f 0, #76c97f 100%);
    width: 1%;
    height: 81px;
    margin-top: -19px;
    transform: rotate(42deg);
}
.quiz__semifinal {
    margin-right: 0;
    padding-bottom: 8vw;
}
.quiz__semifinal-wrapper {
    max-width: 21.133vw;
}
.quiz__semifinal-option {
    width: 9.133vw;
    height: 3.281vw;
    cursor: pointer;
    padding: 0 1.342vw;
    display: flex;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ececec;
    color: #747474;
    transition: 0.2s;
}
.quiz__semifinal-option:nth-child(1):hover {
    border-color: #159d23;
}
.quiz__semifinal-option:nth-child(1) .quiz__semifinal-input:checked ~ .quiz__semifinal-option-bg {
    background-color: #159d23;
    border-color: #159d23;
}
.quiz__semifinal-option:nth-child(2):hover {
    border-color: #17a5ea;
}
.quiz__semifinal-option:nth-child(2) .quiz__semifinal-input:checked ~ .quiz__semifinal-option-bg {
    background-color: #17a5ea;
    border-color: #17a5ea;
}
.quiz__semifinal-option:nth-child(3):hover {
    border-color: #7062b3;
}
.quiz__semifinal-option:nth-child(3) .quiz__semifinal-input:checked ~ .quiz__semifinal-option-bg {
    background-color: #7062b3;
    border-color: #7062b3;
}
.quiz__semifinal-option:nth-child(4):hover {
    border-color: #ae0202;
}
.quiz__semifinal-option:nth-child(4) .quiz__semifinal-input:checked ~ .quiz__semifinal-option-bg {
    background-color: #ae0202;
    border-color: #ae0202;
}
.quiz__semifinal-option-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: #fff;
    border: 1px solid transparent;
    transition: 0.2s;
}
.quiz__semifinal-option-text {
    z-index: 1;
}
.quiz__semifinal-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.quiz__semifinal-check {
    z-index: 1;
}
.quiz__semifinal-check img {
    max-width: 1.406vw;
}
.quiz__semifinal-check img:last-child {
    display: none;
}
.quiz__semifinal-input:checked ~ .quiz__semifinal-option-text {
    color: #fff;
}
.quiz__semifinal-input:checked ~ .quiz__semifinal-check img:first-child {
    display: none;
}
.quiz__semifinal-input:checked ~ .quiz__semifinal-check img:last-child {
    display: block;
}
.quiz__semifinal-form-input {
    width: 100%;
    padding: 1.302vw 1.823vw;
    border-radius: 100px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.quiz__semifinal-btn {
    width: 100%;
}
.quiz__semifinal-img {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
}
.quiz__semifinal-img img {
    max-width: 21.927vw;
}
.irs-min {
    display: none;
}
.irs-max {
    display: none;
}
.irs-single {
    display: none;
}
.irs--flat .irs-line {
    border-radius: 5px;
    height: 9px;
}
.irs--flat .irs-bar {
    border-radius: 5px;
    height: 9px;
    background-color: #fd4f5d;
    background: #19a8a0;
}
.irs--flat .irs-handle {
    width: 34px;
    height: 34px;
    box-shadow: 0 0 18px rgba(253, 82, 96, 0.2);
    border-radius: 16px;
    background-color: #c5a47e;
    background-image: linear-gradient(to top, #fe414e 0, #fe414e 17%, #fc8090 92%, #fc8090 100%);
    top: 13px;
    background: #19a8a0;
}
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #fff;
}
.irs--flat .irs-handle > i:first-child {
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
@-webkit-keyframes animPulse {
    0% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@keyframes animPulse {
    0% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@-webkit-keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 40%;
    }
}
@keyframes noTrespassingAnimationG {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 40%;
    }
}
@media (max-width: 900px) {
    .quiz {
        margin-top: -2.5rem;
    }
    .quiz__content {
        justify-content: space-between;
    }
    .quiz__left {
        width: 20rem;
        padding: 1.2rem 2rem;
        padding-bottom: 2.5rem;
    }
    .quiz__left-photo img {
        max-width: 12rem;
    }
    .quiz__left--finish .quiz__left-title {
        margin-bottom: 7rem;
    }
    .quiz__left--finish .quiz__left-block:nth-child(1) .quiz__left-block-text {
        margin-bottom: 8.5rem;
    }
    .quiz__left--finish .quiz__left-block:nth-child(1) img {
        right: 1rem;
        bottom: 33rem;
        max-width: 8rem;
    }
    .quiz__left--finish .quiz__left-block:nth-child(2) .quiz__left-block-text {
        margin-bottom: 6.5rem;
    }
    .quiz__left--finish .quiz__left-block:nth-child(2) img {
        left: 0;
        bottom: 16rem;
        max-width: 9rem;
    }
    .quiz__left-pos {
        margin-top: -0.2rem;
        padding: 0.8rem 1.2rem;
    }
    .quiz__left-name {
        margin-top: -0.7rem;
        padding: 0.9rem;
    }
    .quiz__left-block:nth-child(1) img {
        right: 0;
        bottom: 12rem;
        max-width: 7rem;
    }
    .quiz__left-block:nth-child(2) img {
        left: 0.3rem;
        bottom: 5.3rem;
        max-width: 7rem;
    }
    .quiz__left-block:nth-child(3) img {
        max-width: 8rem;
    }
    .quiz__progress-item {
        padding: 1.2rem 1.7rem;
    }
    .quiz__content {
        padding-top: 3.7rem;
    }
    .quiz__item--sliders {
        margin-right: 5rem;
    }
    .quiz__item--sliders .quiz__img {
        top: 8.5rem;
    }
    .quiz__item--sliders .quiz__img img {
        max-width: 21rem;
    }
    .quiz__item--multiselect .quiz__options {
        max-width: 44rem;
    }
    .quiz__item--multiselect .quiz__option {
        margin-right: 0;
    }
    .quiz__item--multiselect .quiz__option-check {
        width: 1.5rem;
        height: 1.5rem;
    }
    .quiz__item--multiselect .quiz__option-check img {
        max-width: 0.7rem;
    }
    .quiz__item--multiselect .quiz__option:nth-child(-n + 3) {
        margin-bottom: 1.5rem;
    }
    .quiz__item--inline .quiz__options {
        margin-right: 21rem;
    }
    .quiz__item--inline .quiz__option-checkbox {
        padding: 1.1rem 2rem;
        padding-right: 1.2rem;
        width: 21rem;
        margin: 0 auto;
    }
    .quiz__item--inline .quiz__option-check {
        width: 1.3rem;
        height: 1.3rem;
    }
    .quiz__item--inline .quiz__option-check img {
        max-width: 0.7rem;
    }
    .quiz__item--inline .quiz__img {
        top: 5rem;
    }
    .quiz__item--inline .quiz__img img {
        max-width: 24rem;
    }
    .quiz__options--sliders {
        max-width: 24rem;
    }
    .quiz__options--sliders .quiz__option:first-child {
        padding-bottom: 3.6rem;
    }
    .quiz__options--sliders .quiz__option:first-child .quiz__option-range-input {
        margin-right: 1rem;
    }
    .quiz__option {
        margin-right: 1.8rem;
    }
    .quiz__option-check {
        width: 2rem;
        height: 2rem;
        top: -2.5rem;
    }
    .quiz__option-check-item {
        width: 1rem;
        height: 1rem;
    }
    .quiz__option-img img {
        max-width: 15rem;
    }
    .quiz__option-range-input {
        width: 7rem;
        height: 3.5rem;
    }
    .quiz__option-hint {
        width: 1.5rem;
        height: 1.5rem;
        top: -0.6rem;
        left: -0.6rem;
    }
    .quiz__option-hint-pulse {
        height: 1.5rem;
        width: 1.5rem;
    }
    .quiz__option-hint-hover {
        padding: 1rem;
        width: 20rem;
        left: -19rem;
        top: -15rem;
    }
    .quiz__btn img {
        max-width: 0.8rem;
    }
    .quiz__btn.btn--light.btn {
        padding: 1.3rem 2rem;
    }
    .quiz__loading-bar {
        height: 0.8rem;
    }
    .quiz__semifinal {
        margin-right: 20rem;
        padding-bottom: 8rem;
    }
    .quiz__semifinal-wrapper {
        max-width: 22rem;
    }
    .quiz__semifinal-option {
        width: 10rem;
        height: 4rem;
        padding: 0 1.3rem;
    }
    .quiz__semifinal-check img {
        max-width: 1.4rem;
    }
    .quiz__semifinal-form-input {
        padding: 1.3rem 1.8rem;
    }
    .quiz__semifinal-img img {
        max-width: 22rem;
    }
    .quiz__btns {
        padding-bottom: 4rem;
    }
}
@media (max-width: 767px) {
    .quiz__left-wrap {
        display: none;
    }
    .quiz__option-text.text{
        font-size: 1.5rem;
    }
}
@media (max-width: 567px) {
    .quiz__bg {
        display: none;
    }
    .quiz__content {
        background-image: none;
        background-color: #fff;
    }
    .quiz__progress-item {
        padding: 0.4rem 1.7rem;
        font-size: 0;
    }
    .quiz__item {
        margin-bottom: 0;
    }
    .quiz__item--sliders {
        margin-right: 0;
    }
    .quiz__item--sliders .quiz__img {
        display: none;
    }
    .quiz__item--sliders .quiz__options {
        margin: 0 auto;
    }
    .quiz__item--sliders .quiz__option {
        width: 100%;
    }
    .quiz__item--inline .quiz__img {
        display: none;
    }
    .quiz__item--inline .quiz__options {
        margin-right: 0;
    }
    .quiz__btns {
        padding-bottom: 0;
    }
    .quiz__options {
        flex-wrap: wrap;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .quiz__option {
        margin-right: 0;
        width: 47%;
        /*width: 100%;*/
        margin-bottom: 1rem;
    }
    .quiz__option.mb{
        width: 100%;
    }
    .quiz__option-img img {
        max-width: 100%;
    }
    .quiz__option-hint {
        display: none;
    }
    .quiz__semifinal {
        margin-right: 0;
        padding-bottom: 1rem;
    }
    .quiz__semifinal-img {
        display: none;
    }
}
.words {
    padding-top: 0;
    padding-bottom: 2vw;
}
.words__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.words__title {
    font-family: Philosopher, sans-serif;
}
.words__wrapper {
    display: flex;
    justify-content: center;
}
.words__wrapper .words__item:first-child {
    margin-right: 3vw;
}
.words__item {
    margin-bottom: 2vw;
    position: relative;
}
.words__item:hover .words__item-hover {
    opacity: 1;
}
.words__item.active img {
    opacity: 1;
}
.words__item.active .words__item-img::before {
    width: 106%;
}
.words__item-hover {
    padding: 1.458vw 2.448vw;
    border-radius: 15px;
    background-color: #f4f4f4;
    position: absolute;
    top: -8vw;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
    font-size: 1.042vw;
    -webkit-box-shadow: 2px 4px 54px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 4px 54px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 4px 54px -8px rgba(0, 0, 0, 0.75);
}
.words__item-img {
    position: relative;
}
.words__item-img::before {
    content: "";
    height: 0.781vw;
    background-color: #282828;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1vw;
    transition: 4s;
}
.words__item img {
    cursor: pointer;
    opacity: 0.3;
    transition: 4s;
}
.words__item:nth-child(1) .words__item-img {
    display: flex;
    max-width: 37.656vw;
}
.words__item:nth-child(2) .words__item-img {
    display: flex;
    max-width: 39.74vw;
}
.words__item:nth-child(3) .words__item-img {
    display: flex;
    max-width: 64.792vw;
}
.words__item:nth-child(4) .words__item-img {
    display: flex;
    max-width: 80.729vw;
}
.words__item:nth-child(5) .words__item-img {
    display: flex;
    max-width: 53.958vw;
}
@media (max-width: 900px) {
    .words {
        padding-bottom: 2rem;
    }
    .words__wrapper .words__item:first-child {
        margin-right: 3rem;
    }
    .words__item {
        margin-bottom: 2rem;
    }
    .words__item-hover {
        padding: 1.5rem 2rem;
        font-size: 1.6rem;
        top: -11rem;
    }
    .words__item-img::before {
        height: 1rem;
        left: -1rem;
    }
    .words__item:nth-child(1) .words__item-img {
        display: flex;
        max-width: 37.656rem;
    }
    .words__item:nth-child(2) .words__item-img {
        max-width: 39.74rem;
    }
    .words__item:nth-child(3) .words__item-img {
        max-width: 64.792rem;
    }
    .words__item:nth-child(4) .words__item-img {
        max-width: 80.729rem;
    }
    .words__item:nth-child(5) .words__item-img {
        max-width: 53.958rem;
    }
}
@media (max-width: 567px) {
    .words__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .words__wrapper .words__item:first-child {
        margin-right: 0;
    }
    .words__item:nth-child(1) .words__item-img {
        max-width: 27.656rem;
    }
    .words__item:nth-child(2) .words__item-img {
        max-width: 27.74rem;
    }
    .words__item:nth-child(3) .words__item-img {
        max-width: 28.792rem;
    }
    .words__item:nth-child(4) .words__item-img {
        max-width: 28.729rem;
    }
    .words__item-img::before {
        height: 0.5rem;
    }
}
.quote {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quote__wrapper {
    padding-top: 5vw;
    position: relative;
}
.quote__wrapper::before {
    content: "";
    width: 6.927vw;
    height: 5vw;
    position: absolute;
    background-image: url(../img/words/quotes.png);
    background-size: cover;
    top: 2.2vw;
    left: -1.7vw;
}
.quote__photo {
    margin-right: 5.208vw;
}
.quote__photo img {
    max-width: 12.448vw;
}
.quote__subtext {
    color: #999;
}
@media (max-width: 900px) {
    .quote__wrapper {
        padding-top: 5rem;
    }
    .quote__wrapper::before {
        width: 7rem;
        height: 5rem;
        top: 2rem;
        left: -1.7rem;
    }
    .quote__photo {
        margin-right: 5rem;
    }
    .quote__photo img {
        max-width: 12rem;
    }
}
@media (max-width: 567px) {
    .quote {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.vantages {
    padding-top: 0;
}
.vantages__subtitle {
    font-family: Philosopher, sans-serif;
}
.vantages__wrapper-top {
    display: flex;
}
.vantages__wrapper-top .vantages__item {
    position: relative;
    width: 50%;
}
.vantages__wrapper-top .vantages__item-hint {
    top: 4.4vw;
    left: 13.4vw;
}
.vantages__wrapper-top .vantages__item:nth-child(1) {
    background: #f4f4f4 url(../img/vantages/1-light.png) left no-repeat;
}
.vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-img img {
    max-width: 14.01vw;
}
.vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-wrapper {
    max-width: 15.625vw;
    align-self: flex-end;
}
.vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-num {
    top: -4vw;
    right: 0;
}
.vantages__wrapper-top .vantages__item:nth-child(2) {
    background-image: linear-gradient(to top, #0476ff 0, #78b5fc 92%, #78b5fc 100%);
}
.vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-img {
    right: -2vw;
    bottom: -0.1vw;
}
.vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-img img {
    max-width: 20.104vw;
}
.vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-num {
    top: 0.1vw;
    right: 5vw;
    opacity: 0.25;
}
.vantages__wrapper-bot {
    display: flex;
}
.vantages__wrapper-bot .vantages__item {
    padding-bottom: 0;
    width: 33%;
    background: #e4f0f6 url(../img/vantages/3-light.png) right bottom no-repeat;
}
.vantages__wrapper-bot .vantages__item-wrapper {
    height: 100%;
    padding-bottom: 2.969vw;
}
.vantages__wrapper-bot .vantages__item:nth-child(1) .vantages__item-num {
    bottom: -4.5vw;
    opacity: 0.65;
}
.vantages__wrapper-bot .vantages__item:nth-child(1) .vantages__item-img img {
    max-width: 10.313vw;
}
.vantages__wrapper-bot .vantages__item:nth-child(2) .vantages__item-num {
    top: -4vw;
    right: 0;
}
.vantages__wrapper-bot .vantages__item:nth-child(2) .vantages__item-img img {
    max-width: 10vw;
}
.vantages__wrapper-bot .vantages__item:nth-child(3) .vantages__item-num {
    bottom: -4.5vw;
    opacity: 0.65;
}
.vantages__wrapper-bot .vantages__item:nth-child(3) .vantages__item-img {
    right: -1.8vw;
    bottom: -1vw;
}
.vantages__wrapper-bot .vantages__item:nth-child(3) .vantages__item-img img {
    max-width: 14.479vw;
}
.vantages__wrapper-bot .vantages__item:nth-child(2) {
    background: #f4f4f4 url(../img/vantages/3-light.png) right no-repeat;
}
.vantages__wrapper-bot .vantages__item-img {
    right: 0;
}
.vantages__item {
    padding: 0 3.125vw 3.125vw 3.125vw;
    position: relative;
    border-radius: 15px;
    background-color: #f4f4f4;
    flex-grow: 1;
    margin-right: 1.563vw;
    display: flex;
    flex-direction: column;
}
.vantages__item-hint-hover {
    top: -2.6vw;
}
.vantages__item-wrapper {
    padding-top: 3.125vw;
    overflow: hidden;
    position: relative;
}
.vantages__item-title {
    font-family: Philosopher, sans-serif;
}
.vantages__item-img {
    position: absolute;
    bottom: 0;
}
.vantages__item-num {
    color: #dedede;
    font-family: Philosopher;
    font-size: 8.073vw;
    font-weight: 400;
    position: absolute;
}
.vantages__item:last-child {
    margin-right: 0;
}
@media (max-width: 900px) {
    .vantages__wrapper-top .vantages__item-hint {
        left: 11rem;
        top: 11rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-img img {
        max-width: 11rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-wrapper {
        max-width: 16rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-num {
        top: -4rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-img {
        right: -2rem;
        bottom: -0.1rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-img img {
        max-width: 20.104rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-num {
        top: 0.1rem;
        right: 5rem;
    }
    .vantages__wrapper-bot .vantages__item-wrapper {
        padding-bottom: 3rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(1) .vantages__item-num {
        bottom: -4.5rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(1) .vantages__item-img img {
        max-width: 8rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(2) .vantages__item-num {
        top: -4rem;
        right: 0;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(2) .vantages__item-img img {
        max-width: 7rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(3) .vantages__item-num {
        bottom: -4.5rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(3) .vantages__item-img {
        right: -1.8rem;
        bottom: -1rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(3) .vantages__item-img img {
        max-width: 10.479rem;
    }
    .vantages__item {
        padding: 0 3rem 3rem 3rem;
        margin-right: 1.5rem;
    }
    .vantages__item-wrapper {
        padding-top: 3rem;
    }
    .vantages__item-num {
        font-size: 8rem;
    }
}
@media (max-width: 767px) {
    .vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-img img {
        max-width: 18.104rem;
    }
    .vantages__wrapper-top .vantages__item-hint {
        display: none;
    }
    .vantages__wrapper-bot {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vantages__wrapper-bot .vantages__item {
        width: 48%;
        flex-grow: 0;
        margin-bottom: 1.5rem;
    }
    .vantages__wrapper-bot .vantages__item:nth-child(2) {
        margin-right: 0;
    }
}
@media (max-width: 567px) {
    .vantages__wrapper-top .vantages__item:nth-child(2) {
        padding-right: 10rem;
    }
    .vantages__wrapper-top .vantages__item:nth-child(2) .vantages__item-img img {
        max-width: 12.104rem;
    }
    .vantages__wrapper-top {
        flex-wrap: wrap;
    }
    .vantages__wrapper-top .vantages__item:nth-child(1) .vantages__item-wrapper {
        align-self: flex-start;
    }
    .vantages__wrapper-top .vantages__item {
        width: 48%;
    }
    .vantages__wrapper-top .vantages__item-img {
        display: block;
        right: 0;
    }
    .vantages__wrapper-bot .vantages__item {
        padding-right: 6rem;
    }
}
@media (max-width: 480px) {
    .vantages__wrapper-top {
        margin-bottom: 0;
    }
    .vantages__wrapper-top .vantages__item {
        margin-right: 0;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .vantages__wrapper-bot .vantages__item {
        margin-right: 0;
        width: 100%;
    }
}
.tabs {
    padding-top: 0;
}
.tabs__subtitle {
    font-family: Philosopher, sans-serif;
}
.tabs__header {
    display: flex;
}
.tabs__header-item {
    border-radius: 15px;
    background-color: #e4f0f6;
    position: relative;
    flex-grow: 1;
    height: 9.115vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2.344vw;
    margin-right: 1.302vw;
}
.tabs__header-item:nth-child(1) .tabs__header-img img {
    max-width: 15.625vw;
}
.tabs__header-item:nth-child(2) .tabs__header-img img {
    max-width: 11.615vw;
}
.tabs__header-item:last-child {
    margin-right: 0;
}
.tabs__header-item:last-child .tabs__header-img {
    left: -1vw;
}
.tabs__header-item:last-child .tabs__header-img img {
    max-width: 17.135vw;
}
.tabs__header-img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.tabs__header-text {
    max-width: 7.292vw;
}
.tabs__content {
    display: flex;
    justify-content: space-between;
}
.tabs__left {
    flex-grow: 1;
    margin-right: 0.938vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tabs__item {
    position: relative;
}
.tabs__item-hint {
    top: 12.7vw;
    left: 13.4vw;
    cursor: pointer;
}
.tabs__item-hint-hover {
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(0, 0, 0, 0.3);
    left: 0.8vw;
    top: -6.5vw;
}
.tabs__item-hint-hover-title {
    font-family: Philosopher, sans-serif;
}
.tabs__item-img img {
    max-width: 55.938vw;
}
.tabs__nav {
    padding: 1.519vw 1.823vw;
    border-radius: 10px;
    background-color: #f4f4f4;
    position: relative;
    cursor: pointer;
}
.tabs__nav.tabs__nav--active {
    background-image: linear-gradient(to top, #007dc8 0, #60cffe 100%);
    font-weight: 700;
    color: #fff;
}
.tabs__nav.tabs__nav--active::after {
    border-color: #fff;
    transform: translateY(-50%) rotate(-45deg);
}
.tabs__nav::after {
    content: "";
    border: solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 1.302vw;
    transition: 0.2s;
}
.tabs__nav:hover {
    background-image: linear-gradient(to top, #007dc8 0, #60cffe 100%);
    font-weight: 700;
    color: #fff;
}
.tabs__nav:hover::after {
    border-color: #fff;
    transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 900px) {
    .tabs__header-item {
        height: 9rem;
        padding-right: 2.3rem;
        margin-right: 1.3rem;
    }
    .tabs__header-item:nth-child(1) .tabs__header-img img {
        max-width: 15.625rem;
    }
    .tabs__header-item:nth-child(2) .tabs__header-img img {
        max-width: 11.61rem;
    }
    .tabs__header-item:last-child .tabs__header-img {
        left: -1rem;
    }
    .tabs__header-item:last-child .tabs__header-img img {
        max-width: 17.135rem;
    }
    .tabs__header-text {
        max-width: 7rem;
    }
    .tabs__content {
        flex-direction: column;
    }
    .tabs__left {
        margin-right: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tabs__right {
        text-align: center;
    }
    .tabs__item-hint {
        top: 12rem;
        left: 13rem;
    }
    .tabs__item-hint-hover {
        left: -9rem;
        top: -9rem;
    }
    .tabs__item-img img {
        max-width: 69.1rem;
    }
    .tabs__nav {
        margin-bottom: 1rem;
        padding: 1.5rem 1.8rem;
        width: 48%;
    }
    .tabs__nav.tabs__nav--active::after {
        transform: translateY(-50%) rotate(45deg);
    }
    .tabs__nav::after {
        right: 1.3rem;
        transform: translateY(-50%) rotate(-45deg);
    }
}
@media (max-width: 767px) {
    .tabs__item-img img {
        max-width: 51.1rem;
    }
    .tabs__header-item {
        padding-bottom: 14rem;
        padding-right: 1rem;
    }
    .tabs__header-text {
        padding-top: 6rem;
    }
}
@media (max-width: 567px) {
    .tabs__header {
        flex-direction: column;
        align-items: center;
    }
    .tabs__header-item {
        margin-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        width: 23rem;
    }
    .tabs__header-text {
        padding-top: 0;
    }
    .tabs__nav {
        font-size: 1rem;
    }
    .tabs__item .quiz__option-hint {
        display: block;
    }
    .tabs__item-img img {
        max-width: 100%;
    }
    br {
        display: none;
    }
}
.download {
    padding-top: 0;
}
.download__arrow {
    max-width: 9.635vw;
    position: absolute;
    bottom: 3.5vw;
    left: 32vw;
    display: flex;
}
.download__bg {
    position: absolute;
    display: flex;
    max-width: 57.552vw;
    right: -13vw;
    bottom: -21vw;
    z-index: -1;
}
.download__promo {
    position: absolute;
    width: 10.833vw;
    height: 10.833vw;
    background: url(../img/download/promo.png) center no-repeat;
    background-size: cover;
    padding-top: 0.365vw;
    left: 21vw;
    bottom: 3.3vw;
}
.download__promo-big {
    font-size: 5.885vw;
    font-family: Philosopher, sans-serif;
}
.download__promo-mid {
    font-size: 1.771vw;
    font-family: Philosopher, sans-serif;
    margin-left: -1.49vw;
}
.download__promo-text {
    font-size: 0.677vw;
    margin-top: -0.521vw;
}
.download__inner {
    background-color: #fff;
    padding-top: 2.448vw;
    padding-right: 4.69vw;
    padding-bottom: 4.142vw;
    position: relative;
    box-shadow: 0 0 0 0.521vw #fff, 0 0 76px rgba(12, 13, 12, 0.1);
    border-radius: 15px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: flex-end;
}
.download__mockup {
    position: absolute;
    left: -23vw;
    top: 0.7vw;
}
.download__mockup img {
    max-width: 66.875vw;
}
.download__form {
    max-width: 32.552vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.download__form-wrapper {
    display: flex;
    position: relative;
    width: 100%;
}
.download__form-input {
    padding-left: 1.563vw;
    background-color: #f5f5f5;
    border: none;
    height: 3.906vw;
    border-radius: 100px;
    width: 100%;
}
.download__form-input-wrapper {
    flex-grow: 1;
}
.download__form-input-text {
    color: #8b8b8b;
}
.download__form-hand {
    position: absolute;
    right: -0.6vw;
    bottom: -0.7vw;
    z-index: 1;
}
.download__form-hand img {
    max-width: 7.031vw;
}
.download__badge {
    padding: 0.677vw 1.302vw;
    background-color: #e4f0f6;
    color: #858585;
    transform: skewX(-5deg);
    border-radius: 5px;
}
.download__title {
    font-family: Philosopher, sans-serif;
}
.download__btn {
    height: 3.906vw;
    z-index: 1;
}
.download__btn-text-bot {
    font-family: Philosopher, sans-serif;
}
.download__btn-img img {
    max-width: 1.354vw;
}
@media (max-width: 900px) {
    .download__mockup img {
        max-width: 26rem;
    }
    .download__arrow {
        display: none;
    }
    .download__promo {
        display: none;
    }
    .download__mockup {
        position: absolute;
        top: unset;
        left: -10rem;
        bottom: -5rem;
    }
    .download__inner {
        padding-top: 2.5rem;
        padding-right: 0;
        padding-bottom: 4rem;
        justify-content: center;
    }
    .download__form {
        max-width: 37rem;
    }
    .download__form-input {
        padding-left: 1.5rem;
        height: 4rem;
    }
    .download__form-hand {
        right: -0.6rem;
        bottom: -0.7rem;
        display: none;
    }
    .download__form-hand img {
        max-width: 7rem;
    }
    .download__badge {
        padding: 0.6rem 1.3rem;
    }
    .download__btn {
        height: 4rem;
    }
    .download__btn-img img {
        max-width: 1.6rem;
    }
}
@media (max-width: 567px) {
    .download__inner {
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .download__form-wrapper {
        flex-direction: column;
        padding: 1rem;
    }
    .download__form-input-wrapper {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}
.works {
    padding-top: 0;
}
.works__subtitle {
    font-family: Philosopher, sans-serif;
}
.works__slider.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}
.works__slider .works__item.slick-slide {
    margin-bottom: 3.385vw;
    margin-top: 2.865vw;
}
.works__slider-arrow {
    width: 4.427vw;
    height: 4.427vw;
    box-shadow: inset 0 0 6px rgba(107, 174, 255, 0.35);
    background-image: linear-gradient(to top, #0476ff 0, #78b5fc 92%, #78b5fc 100%);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.46;
    transition: 0.2s;
}
.works__slider-arrow.slick-prev {
    left: 12vw;
}
.works__slider-arrow.slick-next {
    right: 11vw;
}
.works__slider-arrow.slick-next::before {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.works__slider-arrow:focus,
.works__slider-arrow:hover {
    opacity: 1;
}
.works__slider-arrow.slick-next:focus,
.works__slider-arrow.slick-next:hover,
.works__slider-arrow.slick-prev:focus,
.works__slider-arrow.slick-prev:hover {
    box-shadow: inset 0 0 6px rgba(107, 174, 255, 0.35);
    background-image: linear-gradient(to top, #0476ff 0, #78b5fc 92%, #78b5fc 100%);
}
.works__slider-arrow::before {
    content: "";
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 0.313vw;
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.works__slider-dots li button {
    position: relative;
}
.works__slider-dots li button:hover::before {
    width: 1.094vw;
    height: 1.094vw;
    border: 2px solid #4f9fff;
    background: 0 0;
}
.works__slider-dots li button::before {
    font-size: 0;
    background-color: #e1e9ed;
    width: 0.573vw;
    height: 0.573vw;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.works__slider-dots li.slick-active button::before {
    width: 1.094vw;
    height: 1.094vw;
    border: 2px solid #4f9fff;
    background: 0 0;
    opacity: 1;
}
.works__item {
    display: flex;
    justify-content: space-between;
}
.works__left {
    margin-right: 0.26vw;
    max-width: 36.719vw;
}
.works__left-slider-top .slick-slide {
    margin-left: 1.042vw;
    margin-right: 1.042vw;
}
.works__left-slider-bot .slick-slide {
    margin: 1.042vw;
    margin-bottom: 0;
    border-radius: 10px;
}
.works__right {
    padding: 2.552vw 2.24vw;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    box-shadow: 0 0 0 0.521vw #fff, 0 0 76px rgba(12, 13, 12, 0.1);
}
.works__right-wrap {
    padding: 0.521vw;
}
.works__right-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.works__right-descr {
    display: flex;
    align-items: center;
}
.works__right-descr-img img {
    max-width: 1.563vw;
}
.works__right-worker {
    display: flex;
    align-items: center;
}
.works__right-worker-img img {
    max-width: 4.688vw;
}
.works__right-btn {
    display: block;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .works__inner {
        margin-top: -4rem;
    }
    .works__slider .works__item.slick-slide {
        margin-bottom: 9rem;
        margin-top: 5rem;
    }
    .works__slider .slick-dots {
        bottom: 5rem;
    }
    .works__slider-arrow {
        width: 4.5rem;
        height: 4.5rem;
    }
    .works__slider-arrow.slick-prev {
        left: 1rem;
    }
    .works__slider-arrow.slick-prev::before {
        right: 23%;
    }
    .works__slider-arrow.slick-next {
        right: 1rem;
    }
    .works__slider-arrow::before {
        padding: 4px;
    }
    .works__slider-dots li button:hover::before {
        width: 1rem;
        height: 1rem;
    }
    .works__slider-dots li button::before {
        width: 0.7rem;
        height: 0.7rem;
    }
    .works__slider-dots li.slick-active button::before {
        width: 1.094rem;
        height: 1.094rem;
    }
    .works__left {
        margin-right: 0.3rem;
        max-width: 36rem;
    }
    .works__left-slider-top .slick-slide {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .works__left-slider-bot .slick-slide {
        margin: 1rem;
    }
    .works__right {
        padding: 2.5rem 2rem;
    }
    .works__right-wrap {
        padding: 0.5rem;
    }
    .works__right-descr-img img {
        max-width: 1.5rem;
    }
    .works__right-worker-img img {
        max-width: 4.5rem;
    }
}
@media (max-width: 767px) {
    .works__item {
        flex-direction: column;
        align-items: center;
    }
    .works__right-wrap {
        margin-bottom: 1rem;
    }
}
@media (max-width: 567px) {
    .works__slider .works__item.slick-slide {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .works__left {
        max-width: 32rem;
    }
    .works__slider-arrow {
        top: 2rem;
    }
}
.after {
    padding-top: 0;
}
.after__subtitle {
    font-family: Philosopher, sans-serif;
}
.after__inner {
    display: flex;
}
.after__item {
    width: 50%;
}
.after .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 23px;
}
.after .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 23px;
}
.after .twentytwenty-left-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    margin-left: -10px;
    margin-top: -4px;
}
.after .twentytwenty-right-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    margin-right: -10px;
    margin-top: -4px;
}
.after .twentytwenty-handle {
    border-color: #fe4b59;
    background-color: #fe4b59;
    background-image: none;
    box-shadow: none;
}
@media (max-width: 900px) {
    .after {
        margin-top: -9rem;
    }
}
@media (max-width: 576px) {
    .title {
        max-width: 91vw;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs__item-hint-hover.active {
        opacity: 1;
    }
    .t-ss {
        max-width: 91vw;
        margin-left: auto;
        margin-right: auto;
    }
    .after__inner {
        flex-direction: column;
    }
    .after__item {
        width: 100%;
        margin-bottom: 1rem;
    }
}
.reports {
    padding-top: 0;
    background: url(../img/reports/bg.png) left no-repeat;
    background-size: contain;
}
.reports__subtitle {
    font-family: Philosopher, sans-serif;
}
.reports__inner {
    display: flex;
}
.reports__left {
    width: 65%;
}
.reports__right {
    margin-top: -10vw;
    width: 35%;
    position: relative;
}
.reports__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.reports__item {
    display: flex;
    align-items: center;
}
.reports__item:nth-child(2) {
    flex-direction: row-reverse;
}
.reports__item-title {
    font-family: Philosopher, sans-serif;
}
.reports__item-img img {
    max-width: 9.74vw;
}
.reports__slider-top {
    width: 15.469vw;
    margin: 1.3vw;
    margin-left: 1.33vw;
    margin-top: 0.8vw;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 4;
}
.reports__slider-top-wrapper {
    position: relative;
}
.reports__slider-top-img {
    position: absolute;
    left: -20.2vw;
    top: -1.7vw;
    min-width: 38.177vw;
    min-height: 35.833vw;
    z-index: 14;
}
.reports__slider-top-item {
    display: block;
    border-radius: 2rem;
}
.reports__slider-top-item img {
    height: 33.281vw;
}
.reports__slider-bot {
    width: 45vw;
    position: absolute;
    right: -22.3vw;
    top: -2vw;
    z-index: 3;
}
.reports__slider-bot-item {
    height: 29.479vw;
    position: relative;
    border-radius: 2rem;
    opacity: 0.7;
    margin: 5vw 0.677vw;
    transition: all 0.4s;
}
.reports__slider-bot-item img {
    height: 29.479vw;
}
.reports__slider-arrow {
    z-index: 18;
}
.reports__slider-arrow.slick-prev {
    left: -2.5vw;
}
.reports__slider-arrow.slick-next {
    right: 6vw;
}
@media (max-width: 900px) {
    .reports__item-img img {
        max-width: 9rem;
    }
    .reports__item:nth-child(2) .reports__item-img img {
        max-width: 12rem;
    }
    .reports__slider-top {
        width: 15rem;
        margin: 1.3rem;
        margin-left: 1.3rem;
        margin-top: 1rem;
    }
    .reports__slider-top-img {
        left: -20rem;
        top: -2rem;
        min-width: 38rem;
        min-height: 36rem;
    }
    .reports__slider-top-item img {
        height: 33rem;
    }
    .reports__slider-bot {
        width: 45rem;
        right: -20rem;
        top: -2rem;
    }
    .reports__slider-bot-item {
        height: 30rem;
        margin: 5rem 1rem;
    }
    .reports__slider-bot-item img {
        height: 30rem;
    }
    .reports__slider-arrow.slick-prev {
        left: -3rem;
    }
    .reports__slider-arrow.slick-next {
        right: 7rem;
    }
}
@media (max-width: 767px) {
    .reports__slider-bot {
        display: none;
    }
    .reports__slider-arrow.slick-next {
        right: -3rem;
    }
}
@media (max-width: 567px) {
    .reports__inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    .reports__left {
        width: 100%;
    }
    .reports__right {
        width: auto;
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .reports__right .works__slider-arrow {
        top: 15rem;
    }
    .reports__slider-arrow.slick-next {
        right: -3.6rem;
    }
}
.opacity {
    position: relative;
    padding-top: 0;
    padding-bottom: 2vw;
}
.opacity__subtitle {
    font-family: Philosopher, sans-serif;
}
.opacity__text {
    position: absolute;
    right: 17vw;
    top: -2.4vw;
}
.opacity__text img {
    position: absolute;
    max-width: 6.094vw;
    max-height: unset;
    left: -6.7vw;
    top: 1vw;
    -webkit-animation: opacityArrow 2s infinite;
    animation: opacityArrow 2s infinite;
}
.opacity__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opacity__item {
    margin-bottom: 1.563vw;
    position: relative;
    border-radius: 15px;
    background: #f4f4f4 url(../img/opacity/1-light.png) right no-repeat;
    background-size: cover;
    width: 49%;
}
.opacity__item-wrapper {
    position: relative;
    padding: 3.906vw 0 2.292vw 3.438vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.opacity__item-wrapper::before {
    content: "Качество";
    color: #e9e7e7;
    font-family: Philosopher;
    font-size: 5.208vw;
    position: absolute;
    left: -1.5vw;
    top: 0;
}
.opacity__item-title {
    font-family: Philosopher, sans-serif;
    position: relative;
    z-index: 1;
}
.opacity__item-text {
    position: relative;
    z-index: 1;
}
.opacity__item-img {
    position: absolute;
    right: -4.2vw;
    top: 3.4vw;
    display: flex;
    max-width: 19.01vw;
}
.opacity__item-link {
    position: relative;
    z-index: 1;
    padding-bottom: 0.26vw;
    color: #fe4b59;
    border-bottom: 1px dotted #fe4b59;
    transition: 0.2s;
}
.opacity__item-link:hover {
    color: #629cdf;
    border-color: #629cdf;
}
.opacity__item:nth-child(2) {
    background: #e4f0f6 url(../img/opacity/2-light.png) right no-repeat;
}
.opacity__item:nth-child(2) .opacity__item-wrapper::before {
    content: "Сроки";
    color: #dae7ed;
    font-size: 8.073vw;
    top: unset;
    left: unset;
    bottom: -1vw;
    right: -1.5vw;
}
.opacity__item:nth-child(2) .opacity__item-img {
    bottom: 0;
    right: 0;
}
.opacity__item:nth-child(3) {
    background: #e4f0f6 url(../img/opacity/2-light.png) right no-repeat;
}
.opacity__item:nth-child(3) .opacity__item-wrapper {
    padding-left: 14.323vw;
    align-items: flex-start;
}
.opacity__item:nth-child(3) .opacity__item-wrapper::before {
    content: "Гарантии";
    color: #dae7ed;
    font-size: 8.073vw;
    top: unset;
    left: unset;
    bottom: -3.2vw;
    right: -1.5vw;
}
.opacity__item:nth-child(3) .opacity__item-img {
    bottom: 0;
    left: 0;
}
.opacity__item:nth-child(4) {
    background-image: linear-gradient(to top, #0476ff 0, #78b5fc 92%, #78b5fc 100%);
}
.opacity__item:nth-child(4) .opacity__item-wrapper::before {
    content: "Оплата";
    color: #7cb7fc;
    font-size: 8.073vw;
    top: 3vw;
    left: -3vw;
}
.opacity__item:nth-child(4) .opacity__item-img {
    top: unset;
    bottom: 0;
    right: 0;
}
.opacity__item:nth-child(5) .opacity__item-wrapper::before {
    content: "Честность";
    top: unset;
    left: unset;
    bottom: -2vw;
    right: -0.7vw;
}
.opacity__item:nth-child(5) .opacity__item-img {
    top: unset;
    bottom: 0;
    right: 2vw;
}
.opacity__item:nth-child(6) {
    background: #e4f0f6 url(../img/opacity/2-light.png) right no-repeat;
}
.opacity__item:nth-child(6) .opacity__item-wrapper {
    padding-left: 17.698vw;
}
.opacity__item:nth-child(6) .opacity__item-wrapper::before {
    content: "Сервис";
    color: #dae7ed;
    font-size: 8.073vw;
    top: unset;
    left: unset;
    bottom: -1.5vw;
    right: -0.7vw;
}
.opacity__item:nth-child(6) .opacity__item-img {
    left: 2vw;
    bottom: 1vw;
}
@-webkit-keyframes opacityArrow {
    0% {
        transform: rotate(0) translateX(0);
    }
    50% {
        transform: rotate(-6deg) translateX(-7px);
    }
    100% {
        transform: rotate(0) translateX(0);
    }
}
@keyframes opacityArrow {
    0% {
        transform: rotate(0) translateX(0);
    }
    50% {
        transform: rotate(-6deg) translateX(-7px);
    }
    100% {
        transform: rotate(0) translateX(0);
    }
}
@media (max-width: 900px) {
    .opacity {
        padding-bottom: 2rem;
    }
    .opacity__text {
        right: 17rem;
        top: -2.5rem;
    }
    .opacity__text img {
        max-width: 6rem;
        left: -7rem;
        top: 1rem;
    }
    .opacity__item {
        margin-bottom: 1.5rem;
    }
    .opacity__item-wrapper {
        padding: 4rem 0 2rem 3rem;
    }
    .opacity__item-wrapper::before {
        font-size: 5rem;
        left: -1.5rem;
    }
    .opacity__item-img {
        right: -4.2rem;
        top: 6.4rem;
        max-width: 17rem;
    }
    .opacity__item-link {
        padding-bottom: 0.3rem;
    }
    .opacity__item:nth-child(2) .opacity__item-wrapper::before {
        font-size: 8.073rem;
        bottom: -1rem;
        right: -1.5rem;
    }
    .opacity__item:nth-child(3) .opacity__item-wrapper {
        padding-left: 14.323rem;
    }
    .opacity__item:nth-child(3) .opacity__item-wrapper::before {
        font-size: 8.073rem;
        bottom: -3.2rem;
        right: -1.5rem;
    }
    .opacity__item:nth-child(4) .opacity__item-wrapper::before {
        font-size: 8.073rem;
        top: 3rem;
        left: -3rem;
    }
    .opacity__item:nth-child(5) .opacity__item-wrapper::before {
        bottom: -2rem;
        right: -0.7rem;
    }
    .opacity__item:nth-child(5) .opacity__item-img {
        right: 2rem;
    }
    .opacity__item:nth-child(6) .opacity__item-wrapper {
        padding-left: 17.698rem;
    }
    .opacity__item:nth-child(6) .opacity__item-wrapper::before {
        font-size: 8.073rem;
        bottom: -1.5rem;
        right: -0.7rem;
    }
    .opacity__item:nth-child(6) .opacity__item-img {
        left: 2rem;
        bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .opacity__item:nth-child(3) .opacity__item-wrapper {
        padding-left: 3rem;
    }
    .opacity__item:nth-child(6) .opacity__item-wrapper {
        padding-left: 3rem;
    }
    .opacity__text {
        right: 3rem;
    }
    .opacity__item-wrapper {
        padding-right: 9rem;
    }
    .opacity__item:nth-child(2) .opacity__item-img {
        top: unset;
        max-width: 10rem;
    }
    .opacity__item:nth-child(3) .opacity__item-img {
        top: unset;
        max-width: 11rem;
    }
    .opacity__item:nth-child(3) .opacity__item-wrapper {
        padding-left: 10rem;
        padding-right: 0;
    }
    .opacity__item:nth-child(4) .opacity__item-img {
        max-width: 11rem;
    }
    .opacity__item:nth-child(5) .opacity__item-img {
        max-width: 12rem;
    }
    .opacity__item:nth-child(6) .opacity__item-wrapper {
        padding-right: 0;
        padding-left: 11rem;
    }
    .opacity__item:nth-child(6) .opacity__item-img {
        top: unset;
        max-width: 9rem;
    }
}
@media (max-width: 567px) {
    .opacity__item {
        width: 100%;
    }
    .opacity__text {
        display: none;
    }
}
.face {
    padding-bottom: 0;
    padding-top: 10vw;
    margin-top: -10vw;
    background: url(../img/face/bg.png) center no-repeat;
    background-size: cover;
}
.face__wrapper {
    margin-bottom: 0.5vw;
    display: flex;
}
.face__subtitle {
    font-family: Philosopher, sans-serif;
}
.face__text {
    position: relative;
    padding-left: 6.198vw;
}
.face__text::before {
    content: "";
    width: 6.927vw;
    height: 5vw;
    position: absolute;
    background-image: url(../img/face/quotes.png);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.face__right {
    position: relative;
}
.face__badge {
    position: absolute;
    bottom: 4vw;
    z-index: 2;
}
.face__badge-top {
    padding: 0.469vw 0.781vw;
    border-radius: 5px;
    background-color: #fefefd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.face__badge-bot {
    padding: 0.573vw 1.563vw;
    border-radius: 5px;
    background-color: #fefefd;
    font-family: Philosopher, sans-serif;
}
.face__photo {
    position: relative;
    z-index: 1;
}
.face__photo img {
    max-width: 23.906vw;
}
.face__img {
    position: absolute;
    top: 4vw;
    right: -16vw;
}
.face__img img {
    max-width: 24.271vw;
}
.face__form {
    padding: 2.344vw 3.646vw;
    box-shadow: 0 0 0 0.521vw #fff, 0 0 101px rgba(40, 40, 40, 0.1);
    border-radius: 15px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.face__form-title {
    font-family: Philosopher, sans-serif;
}
.face__form-wrapper {
    margin-right: 5.729vw;
    display: flex;
    flex-direction: column;
    position: relative;
}
.face__form-wrapper::after {
    content: "";
    width: 1px;
    height: 7.344vw;
    background: #cacaca;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.8vw;
}
.face__form-wrapper:last-child {
    margin-right: 0;
    flex-grow: 1;
    text-align: center;
}
.face__form-wrapper:last-child::after {
    display: none;
}
.face__form-input {
    padding-left: 1.563vw;
    height: 3.906vw;
    border-radius: 100px;
    background-color: #f5f5f5;
    border: none;
}
.face__form-input-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 1vw;
}
.face__form-btn {
    height: 3.906vw;
}
@media (max-width: 900px) {
    .face {
        padding-top: 10rem;
        margin-top: -10rem;
    }
    .face__wrapper {
        margin-bottom: 0.5rem;
    }
    .face__text {
        padding-left: 6rem;
    }
    .face__text::before {
        width: 7rem;
        height: 5rem;
    }
    .face__badge {
        bottom: 3rem;
    }
    .face__badge-top {
        padding: 0.5rem 0.8rem;
        top: -3rem;
    }
    .face__badge-bot {
        padding: 1rem 2rem;
    }
    .face__photo {
        display: flex;
    }
    .face__photo img {
        max-width: 24rem;
    }
    .face__img {
        top: 4rem;
        right: -16rem;
    }
    .face__img img {
        max-width: 25rem;
    }
    .face__form {
        padding: 2.3rem 3.5rem;
    }
    .face__form-wrapper {
        margin-right: 5rem;
    }
    .face__form-wrapper::after {
        height: 7rem;
        right: -2.8rem;
    }
    .face__form-input {
        padding-left: 1.5rem;
        height: 4rem;
    }
    .face__form-input-wrapper {
        padding: 0 1rem;
    }
    .face__form-btn {
        height: 4rem;
    }
}
@media (max-width: 767px) {
    .face__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .face__badge {
        left: 0;
    }
    .face__right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .face__form {
        flex-direction: column;
        width: 58rem;
        text-align: center;
    }
    .face__form-wrapper {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .face__form-wrapper::after {
        display: none;
    }
}
@media (max-width: 567px) {
    .face__wrapper {
        flex-direction: column;
    }
    .face__form {
        width: 29rem;
        padding: 2.3rem 2rem;
    }
    .face__left {
        margin-bottom: 1rem;
    }
    .face__right {
        justify-content: center;
    }
}
.review {
    position: relative;
    padding-bottom: 0;
}
.review__subtitle {
    font-family: Philosopher, sans-serif;
}
.review__right {
    position: absolute;
    top: 11vw;
    right: 9vw;
}
.review__right-img img {
    max-width: 34.479vw;
}
.review__link {
    color: #fe4b59;
    padding-bottom: 0.26vw;
    border-bottom: 1px dotted #fe4b59;
    position: absolute;
    transition: 0.2s;
}
.review__link:hover {
    color: #629cdf;
    border-color: #629cdf;
}
.review__link:first-child {
    top: 4vw;
    right: 23vw;
}
.review__link:last-child {
    bottom: 3.8vw;
    right: -1vw;
}
.review__left {
    display: flex;
}
.review__left-img {
    position: relative;
}
.review__left-img img {
    max-width: 39.323vw;
}
.review__play {
    width: 5.208vw;
    height: 5.208vw;
    background-color: #fe4b59;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.review__play img {
    max-width: 1.615vw;
}
.review__play-pulse {
    width: 5.208vw;
    height: 5.208vw;
}
@media (max-width: 900px) {
    .review__right {
        top: 11rem;
        right: 9rem;
    }
    .review__right-img img {
        max-width: 28rem;
    }
    .review__link {
        padding-bottom: 0.3rem;
    }
    .review__link:first-child {
        top: 4rem;
        right: 14rem;
    }
    .review__link:last-child {
        bottom: 4rem;
        right: -5rem;
    }
    .review__left-img img {
        max-width: 35rem;
    }
    .review__left-img .review__play img {
        max-width: 1.5rem;
    }
    .review__play {
        width: 5rem;
        height: 5rem;
    }
    .review__play img {
        max-width: 1.5rem;
    }
    .review__play-pulse {
        width: 5rem;
        height: 5rem;
    }
}
@media (max-width: 767px) {
    .review__right {
        display: none;
    }
    .review__left {
        justify-content: center;
    }
}
@media (max-width: 567px) {
    .review__left-img img {
        max-width: 31rem;
    }
}
.steps {
    padding-bottom: 0;
}
.steps__subtitle {
    font-family: Philosopher, sans-serif;
}
.steps__inner {
    display: flex;
    justify-content: space-between;
}
.steps__item {
    position: relative;
}
.steps__item:nth-child(1) .steps__item-check {
    left: 1.1vw;
}
.steps__item:nth-child(2) .steps__item-check {
    left: -0.5vw;
}
.steps__item:nth-child(3) .steps__item-check {
    left: -0.4vw;
}
.steps__item:nth-child(4) .steps__item-check {
    left: -0.6vw;
}
.steps__item:nth-child(5) .steps__item-check {
    left: 0;
}
.steps__item:nth-child(6) .steps__item-check {
    left: -1.2vw;
}
.steps__item:last-child {
    margin-right: 0;
}
.steps__item-num {
    background-image: linear-gradient(to top, #fff 0, #fff 1%, #e8e8e8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    font-family: Philosopher, sans-serif;
    font-size: 6.979vw;
    -webkit-text-fill-color: transparent;
}
.steps__item-check {
    width: 2.188vw;
    height: 2.188vw;
    box-shadow: 0 43px 101px rgba(18, 127, 255, 0.2), inset 0 0 20px rgba(255, 249, 230, 0.1);
    border-radius: 50%;
    background-image: linear-gradient(to top, #0476ff 0, #0476ff 17%, #78b5fc 92%, #78b5fc 100%), linear-gradient(to top, #d3a867 0, #d3a867 17%, #e5cd9e 92%, #e5cd9e 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3vw;
    left: -0.6vw;
}
.steps__item-check img {
    max-width: 0.729vw;
}
.steps__item-title {
    font-family: Philosopher, sans-serif;
}
.steps__item-phone {
    font-family: Philosopher, sans-serif;
    display: block;
}
@media (max-width: 900px) {
    .steps__inner {
        flex-wrap: wrap;
    }
    .steps__item {
        width: 26%;
        margin-bottom: 2rem;
    }
    .steps__item-num {
        text-align: left;
        font-size: 7rem;
    }
    .steps__item:nth-child(1) .steps__item-check {
        left: -1rem;
    }
    .steps__item:nth-child(2) .steps__item-check {
        left: -1rem;
    }
    .steps__item:nth-child(3) .steps__item-check {
        left: -1rem;
    }
    .steps__item:nth-child(4) .steps__item-check {
        left: -1rem;
    }
    .steps__item:nth-child(5) .steps__item-check {
        left: -1rem;
    }
    .steps__item:nth-child(6) .steps__item-check {
        left: -1rem;
    }
    .steps__item-check {
        width: 2rem;
        height: 2rem;
        top: 3rem;
    }
    .steps__item-check img {
        max-width: 0.8rem;
    }
}
@media (max-width: 567px) {
    .steps__item {
        width: 48%;
    }
}
.contacts {
    background: url(../img/contacts/bg.png) center no-repeat;
    background-size: cover;
}
.contacts__title {
    font-family: Philosopher, sans-serif;
}
.contacts__form {
    padding: 2.344vw 2.188vw;
    box-shadow: 0 0 0 0.521vw #fff, 0 0 101px rgba(40, 40, 40, 0.1);
    border: 1px solid #eaeaea;
    border-radius: 15px;
    background-color: #fff;
}
.contacts__form-check img {
    max-width: 1.25vw;
}
.contacts__form-title {
    font-family: Philosopher, sans-serif;
}
.contacts__form-subtitle {
    font-family: Philosopher, sans-serif;
    color: #878787;
}
.contacts__form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contacts__form-item {
    display: flex;
    align-items: center;
}
.contacts__form-input {
    padding-left: 2.083vw;
    background-color: #f5f5f5;
    border-radius: 100px;
    border: none;
    height: 3.906vw;
    flex-grow: 1;
}
.contacts__form-btn.btn {
    padding-left: 3.906vw;
    padding-right: 3.906vw;
    height: 3.906vw;
}
.contacts__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts__mid {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts__time {
    padding-left: 1.3vw;
    position: relative;
}
.contacts__time::before {
    content: "";
    width: 0.885vw;
    height: 0.833vw;
    background: url(../img/contacts/time.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contacts__time-strong {
    margin-left: 0.269vw;
    font-family: Philosopher, sans-serif;
}
.contacts__socials {
    display: flex;
}
.contacts__social {
    margin-right: 0.469vw;
    padding: 0 1.302vw 0 0.99vw;
    display: flex;
    align-items: center;
    height: 2.865vw;
    border-radius: 100px;
    border: 1px solid #ececec;
    background-color: #fff;
    position: relative;
}
.contacts__social:hover .contacts__social-img img:first-child {
    display: none;
}
.contacts__social:hover .contacts__social-img img:last-child {
    display: block;
}
.contacts__social:hover .contacts__social-text {
    color: #fff;
}
.contacts__social:nth-child(1):hover .contacts__social-bg {
    background-color: #6a5cb0;
}
.contacts__social:nth-child(2):hover .contacts__social-bg {
    background-color: #049ee8;
}
.contacts__social:nth-child(3):hover .contacts__social-bg {
    background-color: #7798c0;
}
.contacts__social:last-child {
    margin-right: 0;
}
.contacts__social-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: #fff;
    transition: 0.2s;
}
.contacts__social-img {
    margin-right: 0.365vw;
    z-index: 1;
}
.contacts__social-img img {
    max-width: 1.198vw;
}
.contacts__social-img img:last-child {
    display: none;
}
.contacts__social-text {
    z-index: 1;
    color: #747474;
}
.contacts__answer {
    color: #aaabab;
}
.contacts__text {
    font-family: Philosopher, sans-serif;
}
.contacts__webs {
    display: flex;
}
.contacts__web {
    width: 2.083vw;
    height: 2.083vw;
    background-color: #373737;
    background-image: linear-gradient(to top, #0476ff 0, #78b5fc 65%, #78b5fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.677vw;
    transition: 0.2s;
}
.contacts__web img {
    max-width: 0.938vw;
}
.contacts__web:last-child {
    margin-right: 0;
}
.contacts__web:last-child img {
    max-width: 0.573vw;
}
.contacts__web:hover {
    transform: scale(1.1);
}
.contacts__web-title {
    font-family: Philosopher, sans-serif;
}
.contacts__right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts__right-item {
    position: relative;
}
.contacts__right-item-img img {
    max-width: 15.625vw;
}
.contacts__right-item-badge {
    width: fit-content;
    padding: 0.885vw 2.031vw;
    border-radius: 5px;
    background-color: #3892fe;
    font-family: Philosopher, sans-serif;
    position: absolute;
    bottom: -1.3vw;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 900px) {
    .contacts__inner {
        flex-wrap: wrap;
    }
    .contacts__form {
        padding: 2rem;
    }
    .contacts__form-item {
        margin-right: 1rem;
    }
    .contacts__form-item:last-child {
        margin-right: 0;
    }
    .contacts__form-check img {
        max-width: 1.4rem;
    }
    .contacts__form-input {
        padding-left: 2rem;
        height: 4rem;
    }
    .contacts__form-btn.btn {
        padding-left: 4rem;
        padding-right: 4rem;
        height: 4rem;
    }
    .contacts__time {
        padding-left: 1.3rem;
    }
    .contacts__time::before {
        width: 1rem;
        height: 1rem;
    }
    .contacts__time-strong {
        margin-left: 0.3rem;
    }
    .contacts__social {
        margin-right: 0.5rem;
        padding: 0 1.3rem 0 1rem;
        height: 2.8rem;
    }
    .contacts__social-img {
        margin-right: 0.4rem;
    }
    .contacts__social-img img {
        max-width: 1.2rem;
    }
    .contacts__web {
        width: 2rem;
        height: 2rem;
        margin-right: 0.7rem;
    }
    .contacts__web:last-child img {
        max-width: 0.7rem;
    }
    .contacts__web img {
        max-width: 1rem;
    }
    .contacts__right-item-img img {
        max-width: 18rem;
    }
    .contacts__right-item-badge {
        padding: 0.8rem 1.7rem;
        bottom: -1.7rem;
        width: 9rem;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .contacts__left {
        margin-bottom: 2rem;
    }
}
@media (max-width: 567px) {
    .contacts__inner {
        justify-content: center;
    }
    .contacts__form-wrapper {
        flex-direction: column;
    }
    .contacts__form-item {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 20rem;
    }
    .contacts__form-input {
        margin-bottom: 1rem;
        width: 100%;
        margin-right: 0;
    }
    .contacts__form-btn.btn {
        width: 100%;
    }
    .contacts__mid {
        margin-bottom: 3rem;
    }
}
.footer {
    background-color: #fff;
    padding: 1.458vw 0;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__text-strong {
    font-family: Philosopher, sans-serif;
}
.footer__link {
    color: #fe4b59;
    transition: 0.2s;
}
.footer__link:hover {
    color: #629cdf;
}
@media (max-width: 900px) {
    .footer {
        padding: 1.5rem 0;
    }
}
@media (max-width: 576px) {
    .footer__inner {
        flex-direction: column;
    }
    .footer__item {
        text-align: center;
        margin-bottom: 1rem;
    }
}
.lines {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 0;
    width: 79.792vw;
    z-index: -1;
    -webkit-animation: lines 10s linear forwards;
    animation: lines 10s linear forwards;
}
.lines__item {
    width: 1px;
    height: 100%;
    position: relative;
    background-color: #dcdcdc;
    z-index: -1;
}
@-webkit-keyframes lines {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
@keyframes lines {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.modal {
    top: 10vw;
    border: 0;
    transform: translateX(-50%);
    color: #000;
    text-align: center;
    background: 0 0;
    width: auto;
}
.modal::before {
    display: none;
}
.modal-overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
}
.modal__close {
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 8%;
    right: 6%;
    display: block;
    z-index: 9;
    cursor: pointer;
}
.modal__close::after,
.modal__close::before {
    content: " ";
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: #d2d2d2;
    border-radius: 3px;
}
.modal__close::before {
    transform: rotate(45deg);
}
.modal__close::after {
    transform: rotate(-45deg);
}
.modal__form {
    background: #fff url(../img/modal/bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e8e8e0;
    position: relative;
    z-index: 1;
}
.modal-thank__close {
    top: 5%;
    right: 4%;
}
.modal-thank__form {
    position: relative;
    padding: 2.865vw 3.698vw 11.927vw 17.292vw;
}
.modal-thank__photo {
    position: absolute;
    bottom: 0;
    display: flex;
    left: -4vw;
    max-width: 22vw;
}
.modal-thank__badge {
    position: absolute;
    bottom: 1vw;
    left: 7vw;
    z-index: 1;
}
.modal-thank__badge-top {
    padding: 0.729vw 0.885vw;
    box-shadow: 0 0 46px rgba(76, 76, 76, 0.15);
    background-color: #fefefd;
    position: absolute;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 13rem;
    top: -3vw;
}
.modal-thank__badge-bot {
    padding: 0.521vw 1.563vw;
    box-shadow: 0 0 46px rgba(76, 76, 76, 0.15);
    background-color: #fefefd;
    border-radius: 5px;
}
.modal-thank__badge-name {
    font-family: Philosopher, sans-serif;
}
.modal-thank__img {
    position: absolute;
    bottom: 2vw;
    left: 18vw;
    display: flex;
    max-width: 15vw;
}
.modal-thank__title {
    font-family: Philosopher, sans-serif;
}
.modal-thank__quote {
    font-family: Philosopher, sans-serif;
}
.modal-wait__form {
    position: relative;
    padding: 2.969vw 6.396vw 2.083vw 2.76vw;
}
.modal-wait__title {
    font-family: Philosopher, sans-serif;
}
.modal-wait__name {
    font-family: Philosopher, sans-serif;
}
.modal-wait__wrapper {
    margin-right: 5.5vw;
    max-width: 18.027vw;
}
.modal-wait__socials {
    justify-content: space-between;
}
.modal-wait__option {
    width: 5.808vw;
    height: 2.188vw;
    padding: 0 0.677vw;
}
.modal-wait__img {
    position: absolute;
    right: -4vw;
    bottom: -1vw;
    display: flex;
    max-width: 16vw;
}
.modal-price__form {
    position: relative;
    padding: 2.135vw 2.76vw 2.448vw;
}
.modal-price__title {
    font-family: Philosopher, sans-serif;
}
.modal-price__subtitle {
    font-family: Philosopher, sans-serif;
}
.modal-price__wrapper {
    width: 15.625vw;
}
.modal-price__wrapper .btn {
    width: 100%;
}
.modal-price__input {
    width: 100%;
    padding-left: 1.719vw;
    height: 3.906vw;
    border-radius: 100px;
    background-color: #fff;
    border: none;
}
.modal-price__input-text {
    color: #8b8b8b;
}
.modal-price__img {
    position: absolute;
    bottom: -3vw;
    right: -14vw;
}
.modal-price__img img {
    max-width: 28.125vw;
}
.modal-download__form {
    padding: 4.01vw 2.552vw 3.333vw;
}
.modal-download__title {
    font-family: Philosopher, sans-serif;
}
.modal-download__check {
    width: 3.021vw;
    height: 3.021vw;
    box-shadow: 0 43px 101px rgba(18, 127, 255, 0.2), inset 0 0 20px rgba(255, 249, 230, 0.1);
    border-radius: 50%;
    background-image: linear-gradient(to top, #0476ff 0, #0476ff 17%, #78b5fc 92%, #78b5fc 100%), linear-gradient(to top, #d3a867 0, #d3a867 17%, #e5cd9e 92%, #e5cd9e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-download__check img {
    max-width: 1.2vw;
}
.modal-download__link {
    color: #fb4a59;
}
.modal-call__form {
    width: 23.438vw;
}
.modal-call__input {
    height: 2.969vw;
}
.modal-call__btn {
    width: 100%;
    height: 2.969vw;
}
.modal-politics .politics__close {
    top: 2%;
}
.modal-politics__form {
    padding: 2.344vw 2.188vw;
    box-shadow: 0 0 0 0.521vw #fff, 0 0 101px rgba(40, 40, 40, 0.1);
    border: 1px solid #eaeaea;
    border-radius: 15px;
    background-color: #fff;
}
@media (max-width: 900px) {
    .modal {
        top: 10rem;
    }
    .modal-thank__form {
        padding: 3rem 3.5rem 11rem 17rem;
    }
    .modal-thank__photo {
        left: -4rem;
        max-width: 22rem;
    }
    .modal-thank__badge {
        bottom: 1rem;
        left: 7rem;
    }
    .modal-thank__badge-top {
        padding: 0.7rem 0.8rem;
        top: -2rem;
    }
    .modal-thank__badge-bot {
        padding: 0.5rem 1.5rem;
    }
    .modal-thank__img {
        bottom: 2rem;
        left: 18rem;
        max-width: 15rem;
    }
    .modal-wait__form {
        padding: 3rem 4rem 2rem 2rem;
    }
    .modal-wait__wrapper {
        margin-right: 5rem;
        max-width: 18rem;
    }
    .modal-wait__option {
        width: 5rem;
        height: 2rem;
        padding: 0 0.7rem;
    }
    .modal-wait__img {
        right: -4rem;
        bottom: -1rem;
        max-width: 16px;
    }
    .modal-price__form {
        position: relative;
        padding: 2.135rem 2.76rem 2.448rem;
    }
    .modal-price__wrapper {
        width: 18rem;
    }
    .modal-price__input {
        padding-left: 1.7rem;
        height: 4rem;
    }
    .modal-price__img {
        bottom: -3rem;
        right: -14rem;
    }
    .modal-price__img img {
        max-width: 28rem;
    }
    .modal-download__form {
        padding: 4rem 2.5rem 3rem;
    }
    .modal-download__check {
        width: 3rem;
        height: 3rem;
    }
    .modal-download__check img {
        max-width: 1.2rem;
    }
    .modal-call__form {
        width: 30rem;
    }
    .modal-call__input {
        height: 5rem;
    }
    .modal-call__btn {
        height: 5rem;
    }
}
@media (max-width: 767px) {
    .modal-thank {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (max-width: 567px) {
    .download__title {
        margin-bottom: 15rem;
    }
    .vantages__item-title {
        font-size: 1.5rem;
    }
    .vantages__item-text {
        font-size: 1.3rem;
    }
    .download__mockup {
        left: 50%;
        transform: translateX(-50%);
        bottom: 19rem;
    }
    .modal-thank__form {
        padding-left: 3.5rem;
    }
    .modal-thank__badge {
        bottom: 3rem;
        left: 2rem;
    }
    .modal-thank__photo {
        max-width: 13rem;
    }
    .modal-download__form {
        padding: 4rem 0.9rem 3rem;
    }
}
